COLOR #BBE9E6

HEX: #BBE9E6 RGB: (187,233,230)

Color info

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

RGB color model

#BBE9E6 color RGB value is (187,233,230).

RGB: (187,233,230) (73%, 91%, 90%)

RGB channels and saturation

R 187 of 255 = 73%
G 233 of 255 = 91%
B 230 of 255 = 90%

187
233
230

R + G + B ~ 85%. #BBE9E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 233 + 230 = 650 (100%)
R 187 of 650 ~ 28.77%
G 233 of 650 ~ 35.85%
B 230 of 650 ~ 35.38'%

%28.77
%35.85
%35.38

CMYK color model

#BBE9E6 color CMYK value is (20,0,1,9).

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

CMYK: (20,0,1,9)
C20M0Y1K9 (20%, 0%, 1%, 9%)
(0.20 / 0.00 / 0.01 / 0.09)

CMYK percentages

%19.74
%0
%1.29
%8.63

Codes

Color #BBE9E6 in popluar color models

BB E9 E6
RGB 187 233 230
HSL 176° 51.11% 82.35%
HSB/HSV 176° 19.74% 91.37%
CMYK 19.74% 0.00% 1.29%
8.63%

Color #BBE9E6 in popluar number systems.

HEX BB E9 E6
Decimal 187 233 230
Binary 10111011 11101001 11100110
Octal 273 351 346

Shades and tints

Shades of #BBE9E6

#BBE9E6
(187,233,230)
#AAD4D2
(170,212,210)
#99BFBE
(153,191,190)
#88AAAA
(136,170,170)
#779596
(119,149,150)
#668082
(102,128,130)
#556B6E
(85,107,110)
#44565A
(68,86,90)
#334146
(51,65,70)
#222C32
(34,44,50)
#11171E
(17,23,30)
#000000
(0,0,0)

Tints of #BBE9E6

#BBE9E6
(187,233,230)
#C1EBE8
(193,235,232)
#C7EDEA
(199,237,234)
#CDEFEC
(205,239,236)
#D3F1EE
(211,241,238)
#D9F3F0
(217,243,240)
#DFF5F2
(223,245,242)
#E5F7F4
(229,247,244)
#EBF9F6
(235,249,246)
#F1FBF8
(241,251,248)
#F7FDFA
(247,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE9E6; }

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

This text font color is #BBE9E6.

Background Color

.myBgColor { background-color: #BBE9E6; }

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

This div background color is #BBE9E6.

Border color

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

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

This div border color is #BBE9E6.

Opacity

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

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

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

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

This text has shadow with #BBE9E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE9E6.

Preview

Color preview on black background

This text has color #BBE9E6 on black background.


Color preview on white background

This text has color #BBE9E6 on white background.


Black color preview on #BBE9E6 background

This text has black color on #BBE9E6 background.


White color preview on #BBE9E6 background

This text has white color on #BBE9E6 background.


Related colors

Complementary color

Complementary color for #hex is #441619.


I love getcolorcode.com

Triadic colors

1 #E6BBE9 and #E9E6BB with #BBE9E6 are triadic colors.

2 #E6E9BB and #E9BBE6 with #BBE9E6 are triadic colors.