COLOR #BDDEE6

HEX: #BDDEE6
RGB: (189,222,230)

Color info

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

RGB color model

#BDDEE6 color RGB value is (189,222,230).

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

RGB channels and saturation

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

189
222
230

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

Portions of RGB colors in percentages

R + G + B =
189 + 222 + 230 = 641 (100%)
R 189 of 641 ~ 29.49%
G 222 of 641 ~ 34.63%
B 230 of 641 ~ 35.88%

%29.49
%34.63
%35.88

CMYK color model

#BDDEE6 color CMYK value is (18,3,0,10).

  • cyan value is 17.83%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(18,3,0,10)
C18M3Y0K10 
(18%,3%,0%,10%)
(0.18/0.03/0.00/0.10)	

CMYK percentages

%17.83
%3.48
%0
%9.8

Codes

Color #BDDEE6 in popluar color models

BDDEE6
RGB189222230
HSL192°45.05%82.16%
HSB/HSV192°17.83%90.20%
CMYK17.83%3.48%0.00%
9.80%

Color #BDDEE6 in popluar number systems.

HEXBDDEE6
Decimal189222230
Binary101111011101111011100110
Octal275336346

Shades and tints

Shades of #BDDEE6

#BDDEE6
(189,222,230)
#ACCAD2
(172,202,210)
#9BB6BE
(155,182,190)
#8AA2AA
(138,162,170)
#798E96
(121,142,150)
#687A82
(104,122,130)
#57666E
(87,102,110)
#46525A
(70,82,90)
#353E46
(53,62,70)
#242A32
(36,42,50)
#13161E
(19,22,30)
#000000
(0,0,0)

Tints of #BDDEE6

#BDDEE6
(189,222,230)
#C3E1E8
(195,225,232)
#C9E4EA
(201,228,234)
#CFE7EC
(207,231,236)
#D5EAEE
(213,234,238)
#DBEDF0
(219,237,240)
#E1F0F2
(225,240,242)
#E7F3F4
(231,243,244)
#EDF6F6
(237,246,246)
#F3F9F8
(243,249,248)
#F9FCFA
(249,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDEE6; }

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

This text font color is #BDDEE6.


Background Color

.myBgColor { background-color: #BDDEE6; }

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

This div background color is #BDDEE6.


Border color

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

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

This div border color is #BDDEE6.


Opacity

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

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

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

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

This text has shadow with #BDDEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDEE6 on black background.


Color preview on white background

This text has color #BDDEE6 on white background.



Black color preview on #BDDEE6 background

This text has black color on #BDDEE6 background.


White color preview on #BDDEE6 background

This text has white color on #BDDEE6 background.