COLOR #BDDEE5

HEX: #BDDEE5
RGB: (189,222,229)

Color info

#BDDEE5 contains red, green and blue colors in about the same proportion. Web safe color of #BDDEE5 is #CCCCCC (or #CCC).

RGB color model

#BDDEE5 color RGB value is (189,222,229).

  • red value is 189;
  • green value is 222;
  • blue value is 229.
RGB:
(189,222,229)
(74%,87%,90%)

RGB channels and saturation

R 189 of 255 = 74%
G 222 of 255 = 87%
B 229 of 255 = 90%

189
222
229

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

Portions of RGB colors in percentages

R + G + B =
189 + 222 + 229 = 640 (100%)
R 189 of 640 ~ 29.53%
G 222 of 640 ~ 34.69%
B 229 of 640 ~ 35.78%

%29.53
%34.69
%35.78

CMYK color model

#BDDEE5 color CMYK value is (17,3,0,10).

  • cyan value is 17.47%
  • magenta value is 3.06%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(17,3,0,10)
C17M3Y0K10 
(17%,3%,0%,10%)
(0.17/0.03/0.00/0.10)	

CMYK percentages

%17.47
%3.06
%0
%10.2

Codes

Color #BDDEE5 in popluar color models

BDDEE5
RGB189222229
HSL191°43.48%81.96%
HSB/HSV191°17.47%89.80%
CMYK17.47%3.06%0.00%
10.20%

Color #BDDEE5 in popluar number systems.

HEXBDDEE5
Decimal189222229
Binary101111011101111011100101
Octal275336345

Shades and tints

Shades of #BDDEE5

#BDDEE5
(189,222,229)
#ACCAD1
(172,202,209)
#9BB6BD
(155,182,189)
#8AA2A9
(138,162,169)
#798E95
(121,142,149)
#687A81
(104,122,129)
#57666D
(87,102,109)
#465259
(70,82,89)
#353E45
(53,62,69)
#242A31
(36,42,49)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #BDDEE5

#BDDEE5
(189,222,229)
#C3E1E7
(195,225,231)
#C9E4E9
(201,228,233)
#CFE7EB
(207,231,235)
#D5EAED
(213,234,237)
#DBEDEF
(219,237,239)
#E1F0F1
(225,240,241)
#E7F3F3
(231,243,243)
#EDF6F5
(237,246,245)
#F3F9F7
(243,249,247)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDEE5 color. Also use rgb(189,222,229) instead hex code.

Text Font Color

.myTextColor { color: #BDDEE5; }

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

This text font color is #BDDEE5.


Background Color

.myBgColor { background-color: #BDDEE5; }

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

This div background color is #BDDEE5.


Border color

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

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

This div border color is #BDDEE5.


Opacity

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

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

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

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

This text has shadow with #BDDEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDEE5 on black background.


Color preview on white background

This text has color #BDDEE5 on white background.



Black color preview on #BDDEE5 background

This text has black color on #BDDEE5 background.


White color preview on #BDDEE5 background

This text has white color on #BDDEE5 background.