COLOR #BDF2ED

HEX: #BDF2ED RGB: (189,242,237)

Color info

#BDF2ED contains red, green and blue colors in about the same proportion. Web safe color of #BDF2ED is #CCFFFF (or #CFF).

RGB color model

#BDF2ED color RGB value is (189,242,237).

RGB: (189,242,237) (74%, 95%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 242 of 255 = 95%
B 237 of 255 = 93%

189
242
237

R + G + B ~ 87%. #BDF2ED is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 242 + 237 = 668 (100%)
R 189 of 668 ~ 28.29%
G 242 of 668 ~ 36.23%
B 237 of 668 ~ 35.48'%

%28.29
%36.23
%35.48

CMYK color model

#BDF2ED color CMYK value is (22,0,2,5).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 5.10%
CMYK: (22,0,2,5) C22M0Y2K5 (22%,0%,2%,5%) (0.22/0.00/0.02/0.05) 

CMYK percentages

%21.9
%0
%2.07
%5.1

Codes

Color #BDF2ED in popluar color models

BD F2 ED
RGB 189 242 237
HSL 174° 67.09% 84.51%
HSB/HSV 174° 21.90% 94.90%
CMYK 21.90% 0.00% 2.07%
5.10%

Color #BDF2ED in popluar number systems.

HEX BD F2 ED
Decimal 189 242 237
Binary 10111101 11110010 11101101
Octal 275 362 355

Shades and tints

Shades of #BDF2ED

#BDF2ED
(189,242,237)
#ACDCD8
(172,220,216)
#9BC6C3
(155,198,195)
#8AB0AE
(138,176,174)
#799A99
(121,154,153)
#688484
(104,132,132)
#576E6F
(87,110,111)
#46585A
(70,88,90)
#354245
(53,66,69)
#242C30
(36,44,48)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #BDF2ED

#BDF2ED
(189,242,237)
#C3F3EE
(195,243,238)
#C9F4EF
(201,244,239)
#CFF5F0
(207,245,240)
#D5F6F1
(213,246,241)
#DBF7F2
(219,247,242)
#E1F8F3
(225,248,243)
#E7F9F4
(231,249,244)
#EDFAF5
(237,250,245)
#F3FBF6
(243,251,246)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF2ED color. Also use rgb(189,242,237) instead hex code.

Text Font Color

.myTextColor { color: #BDF2ED; }

<p style="color:#BDF2ED">This sample text font color is #BDF2ED.</p>

This text font color is #BDF2ED.

Background Color

.myBgColor { background-color: #BDF2ED; }

<div style="background-color:#BDF2ED">Inner text</div>

This div background color is #BDF2ED.

Border color

.myBorderColor { border: 1px solid #BDF2ED; }

<div style="border:3px solid #BDF2ED">Div</div>

This div border color is #BDF2ED.

Opacity

.myOpacity80 { color: #BDF2ED; opacity: 0.8; }

<p style="color:#BDF2ED;opacity:0.8;">80%</p>

Text with #BDF2ED color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BDF2ED;}

<p style="text-shadow: 3px 3px 1px #BDF2ED">Text here.</p>

This text has shadow with #BDF2ED color.


.textShadow {text-shadow: 3px 3px 1px #BDF2ED', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BDF2ED, 5px 5px 20px red">Text here.</p>

This text has shadow with #BDF2ED primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDF2ED, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BDF2ED, Direction=45, Strength=4)">Text</p>

This text has shadow with #BDF2ED and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDF2ED;
-webkit-box-shadow: 1px 1px 3px 2px #BDF2ED;
box-shadow: 1px 1px 3px 2px #BDF2ED;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDF2ED; -webkit-box-shadow: 1px 1px 3px 2px #BDF2ED; box-shadow:1px 1px 3px 2px #BDF2ED;">
Div content here
</div>

This div box has shadow with color #BDF2ED.

Preview

Color preview on black background

This text has color #BDF2ED on black background.


Color preview on white background

This text has color #BDF2ED on white background.


Black color preview on #BDF2ED background

This text has black color on #BDF2ED background.


White color preview on #BDF2ED background

This text has white color on #BDF2ED background.


Related colors

Complementary color

Complementary color for #hex is #420D12.


I love getcolorcode.com

Triadic colors

1 #EDBDF2 and #F2EDBD with #BDF2ED are triadic colors.

2 #EDF2BD and #F2BDED with #BDF2ED are triadic colors.