COLOR #BBD9E0

HEX: #BBD9E0 RGB: (187,217,224)

Color info

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

RGB color model

#BBD9E0 color RGB value is (187,217,224).

RGB: (187,217,224) (73%, 85%, 88%)

RGB channels and saturation

R 187 of 255 = 73%
G 217 of 255 = 85%
B 224 of 255 = 88%

187
217
224

R + G + B ~ 82%. #BBD9E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 217 + 224 = 628 (100%)
R 187 of 628 ~ 29.78%
G 217 of 628 ~ 34.55%
B 224 of 628 ~ 35.67'%

%29.78
%34.55
%35.67

CMYK color model

#BBD9E0 color CMYK value is (17,3,0,12).

  • cyan value is 16.52%
  • magenta value is 3.13%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (17,3,0,12)
C17M3Y0K12 (17%, 3%, 0%, 12%)
(0.17 / 0.03 / 0.00 / 0.12)

CMYK percentages

%16.52
%3.13
%0
%12.16

Codes

Color #BBD9E0 in popluar color models

BB D9 E0
RGB 187 217 224
HSL 191° 37.37% 80.59%
HSB/HSV 191° 16.52% 87.84%
CMYK 16.52% 3.13% 0.00%
12.16%

Color #BBD9E0 in popluar number systems.

HEX BB D9 E0
Decimal 187 217 224
Binary 10111011 11011001 11100000
Octal 273 331 340

Shades and tints

Shades of #BBD9E0

#BBD9E0
(187,217,224)
#AAC6CC
(170,198,204)
#99B3B8
(153,179,184)
#88A0A4
(136,160,164)
#778D90
(119,141,144)
#667A7C
(102,122,124)
#556768
(85,103,104)
#445454
(68,84,84)
#334140
(51,65,64)
#222E2C
(34,46,44)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #BBD9E0

#BBD9E0
(187,217,224)
#C1DCE2
(193,220,226)
#C7DFE4
(199,223,228)
#CDE2E6
(205,226,230)
#D3E5E8
(211,229,232)
#D9E8EA
(217,232,234)
#DFEBEC
(223,235,236)
#E5EEEE
(229,238,238)
#EBF1F0
(235,241,240)
#F1F4F2
(241,244,242)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD9E0 color. Also use rgb(187,217,224) instead hex code.

Text Font Color

.myTextColor { color: #BBD9E0; }

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

This text font color is #BBD9E0.

Background Color

.myBgColor { background-color: #BBD9E0; }

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

This div background color is #BBD9E0.

Border color

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

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

This div border color is #BBD9E0.

Opacity

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

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

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

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

This text has shadow with #BBD9E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD9E0.

Preview

Color preview on black background

This text has color #BBD9E0 on black background.


Color preview on white background

This text has color #BBD9E0 on white background.


Black color preview on #BBD9E0 background

This text has black color on #BBD9E0 background.


White color preview on #BBD9E0 background

This text has white color on #BBD9E0 background.


Related colors

Complementary color

Complementary color for #hex is #44261F.


I love getcolorcode.com

Triadic colors

1 #E0BBD9 and #D9E0BB with #BBD9E0 are triadic colors.

2 #E0D9BB and #D9BBE0 with #BBD9E0 are triadic colors.