COLOR #BBDAE8

HEX: #BBDAE8 RGB: (187,218,232)

Color info

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

RGB color model

#BBDAE8 color RGB value is (187,218,232).

RGB: (187,218,232) (73%, 85%, 91%)

RGB channels and saturation

R 187 of 255 = 73%
G 218 of 255 = 85%
B 232 of 255 = 91%

187
218
232

R + G + B ~ 83%. #BBDAE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 218 + 232 = 637 (100%)
R 187 of 637 ~ 29.36%
G 218 of 637 ~ 34.22%
B 232 of 637 ~ 36.42'%

%29.36
%34.22
%36.42

CMYK color model

#BBDAE8 color CMYK value is (19,6,0,9).

  • cyan value is 19.40%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (19,6,0,9)
C19M6Y0K9 (19%, 6%, 0%, 9%)
(0.19 / 0.06 / 0.00 / 0.09)

CMYK percentages

%19.4
%6.03
%0
%9.02

Codes

Color #BBDAE8 in popluar color models

BB DA E8
RGB 187 218 232
HSL 199° 49.45% 82.16%
HSB/HSV 199° 19.40% 90.98%
CMYK 19.40% 6.03% 0.00%
9.02%

Color #BBDAE8 in popluar number systems.

HEX BB DA E8
Decimal 187 218 232
Binary 10111011 11011010 11101000
Octal 273 332 350

Shades and tints

Shades of #BBDAE8

#BBDAE8
(187,218,232)
#AAC7D3
(170,199,211)
#99B4BE
(153,180,190)
#88A1A9
(136,161,169)
#778E94
(119,142,148)
#667B7F
(102,123,127)
#55686A
(85,104,106)
#445555
(68,85,85)
#334240
(51,66,64)
#222F2B
(34,47,43)
#111C16
(17,28,22)
#000000
(0,0,0)

Tints of #BBDAE8

#BBDAE8
(187,218,232)
#C1DDEA
(193,221,234)
#C7E0EC
(199,224,236)
#CDE3EE
(205,227,238)
#D3E6F0
(211,230,240)
#D9E9F2
(217,233,242)
#DFECF4
(223,236,244)
#E5EFF6
(229,239,246)
#EBF2F8
(235,242,248)
#F1F5FA
(241,245,250)
#F7F8FC
(247,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDAE8 color. Also use rgb(187,218,232) instead hex code.

Text Font Color

.myTextColor { color: #BBDAE8; }

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

This text font color is #BBDAE8.

Background Color

.myBgColor { background-color: #BBDAE8; }

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

This div background color is #BBDAE8.

Border color

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

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

This div border color is #BBDAE8.

Opacity

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

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

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

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

This text has shadow with #BBDAE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDAE8.

Preview

Color preview on black background

This text has color #BBDAE8 on black background.


Color preview on white background

This text has color #BBDAE8 on white background.


Black color preview on #BBDAE8 background

This text has black color on #BBDAE8 background.


White color preview on #BBDAE8 background

This text has white color on #BBDAE8 background.


Related colors

Complementary color

Complementary color for #hex is #442517.


I love getcolorcode.com

Triadic colors

1 #E8BBDA and #DAE8BB with #BBDAE8 are triadic colors.

2 #E8DABB and #DABBE8 with #BBDAE8 are triadic colors.