COLOR #BDDAEC

HEX: #BDDAEC
RGB: (189,218,236)

Color info

#BDDAEC contains red, green and blue colors in about the same proportion. Web safe color of #BDDAEC is #CCCCFF (or #CCF).

RGB color model

#BDDAEC color RGB value is (189,218,236).

  • red value is 189;
  • green value is 218;
  • blue value is 236.
RGB:
(189,218,236)
(74%,85%,93%)

RGB channels and saturation

R 189 of 255 = 74%
G 218 of 255 = 85%
B 236 of 255 = 93%

189
218
236

R + G + B ~ 84%. #BDDAEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 218 + 236 = 643 (100%)
R 189 of 643 ~ 29.39%
G 218 of 643 ~ 33.9%
B 236 of 643 ~ 36.7%

%29.39
%33.9
%36.7

CMYK color model

#BDDAEC color CMYK value is (20,8,0,7).

  • cyan value is 19.92%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(20,8,0,7)
C20M8Y0K7 
(20%,8%,0%,7%)
(0.20/0.08/0.00/0.07)	

CMYK percentages

%19.92
%7.63
%0
%7.45

Codes

Color #BDDAEC in popluar color models

BDDAEC
RGB189218236
HSL203°55.29%83.33%
HSB/HSV203°19.92%92.55%
CMYK19.92%7.63%0.00%
7.45%

Color #BDDAEC in popluar number systems.

HEXBDDAEC
Decimal189218236
Binary101111011101101011101100
Octal275332354

Shades and tints

Shades of #BDDAEC

#BDDAEC
(189,218,236)
#ACC7D7
(172,199,215)
#9BB4C2
(155,180,194)
#8AA1AD
(138,161,173)
#798E98
(121,142,152)
#687B83
(104,123,131)
#57686E
(87,104,110)
#465559
(70,85,89)
#354244
(53,66,68)
#242F2F
(36,47,47)
#131C1A
(19,28,26)
#000000
(0,0,0)

Tints of #BDDAEC

#BDDAEC
(189,218,236)
#C3DDED
(195,221,237)
#C9E0EE
(201,224,238)
#CFE3EF
(207,227,239)
#D5E6F0
(213,230,240)
#DBE9F1
(219,233,241)
#E1ECF2
(225,236,242)
#E7EFF3
(231,239,243)
#EDF2F4
(237,242,244)
#F3F5F5
(243,245,245)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDAEC color. Also use rgb(189,218,236) instead hex code.

Text Font Color

.myTextColor { color: #BDDAEC; }

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

This text font color is #BDDAEC.


Background Color

.myBgColor { background-color: #BDDAEC; }

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

This div background color is #BDDAEC.


Border color

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

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

This div border color is #BDDAEC.


Opacity

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

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

Text with #BDDAEC 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 #BDDAEC;}

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

This text has shadow with #BDDAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDAEC on black background.


Color preview on white background

This text has color #BDDAEC on white background.



Black color preview on #BDDAEC background

This text has black color on #BDDAEC background.


White color preview on #BDDAEC background

This text has white color on #BDDAEC background.