COLOR #BBE9D9

HEX: #BBE9D9 RGB: (187,233,217)

Color info

#BBE9D9 contains red, green and blue colors in about the same proportion. Web safe color of #BBE9D9 is #CCFFCC (or #CFC).

RGB color model

#BBE9D9 color RGB value is (187,233,217).

RGB: (187,233,217) (73%, 91%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 233 of 255 = 91%
B 217 of 255 = 85%

187
233
217

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

Portions of RGB colors in percentages

R + G + B = 187 + 233 + 217 = 637 (100%)
R 187 of 637 ~ 29.36%
G 233 of 637 ~ 36.58%
B 217 of 637 ~ 34.07'%

%29.36
%36.58
%34.07

CMYK color model

#BBE9D9 color CMYK value is (20,0,7,9).

  • cyan value is 19.74%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 8.63%

CMYK: (20,0,7,9)
C20M0Y7K9 (20%, 0%, 7%, 9%)
(0.20 / 0.00 / 0.07 / 0.09)

CMYK percentages

%19.74
%0
%6.87
%8.63

Codes

Color #BBE9D9 in popluar color models

BB E9 D9
RGB 187 233 217
HSL 159° 51.11% 82.35%
HSB/HSV 159° 19.74% 91.37%
CMYK 19.74% 0.00% 6.87%
8.63%

Color #BBE9D9 in popluar number systems.

HEX BB E9 D9
Decimal 187 233 217
Binary 10111011 11101001 11011001
Octal 273 351 331

Shades and tints

Shades of #BBE9D9

#BBE9D9
(187,233,217)
#AAD4C6
(170,212,198)
#99BFB3
(153,191,179)
#88AAA0
(136,170,160)
#77958D
(119,149,141)
#66807A
(102,128,122)
#556B67
(85,107,103)
#445654
(68,86,84)
#334141
(51,65,65)
#222C2E
(34,44,46)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #BBE9D9

#BBE9D9
(187,233,217)
#C1EBDC
(193,235,220)
#C7EDDF
(199,237,223)
#CDEFE2
(205,239,226)
#D3F1E5
(211,241,229)
#D9F3E8
(217,243,232)
#DFF5EB
(223,245,235)
#E5F7EE
(229,247,238)
#EBF9F1
(235,249,241)
#F1FBF4
(241,251,244)
#F7FDF7
(247,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE9D9; }

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

This text font color is #BBE9D9.

Background Color

.myBgColor { background-color: #BBE9D9; }

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

This div background color is #BBE9D9.

Border color

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

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

This div border color is #BBE9D9.

Opacity

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

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

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

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

This text has shadow with #BBE9D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE9D9.

Preview

Color preview on black background

This text has color #BBE9D9 on black background.


Color preview on white background

This text has color #BBE9D9 on white background.


Black color preview on #BBE9D9 background

This text has black color on #BBE9D9 background.


White color preview on #BBE9D9 background

This text has white color on #BBE9D9 background.


Related colors

Complementary color

Complementary color for #hex is #441626.


I love getcolorcode.com

Triadic colors

1 #D9BBE9 and #E9D9BB with #BBE9D9 are triadic colors.

2 #D9E9BB and #E9BBD9 with #BBE9D9 are triadic colors.