COLOR #BBE4E7

HEX: #BBE4E7 RGB: (187,228,231)

Color info

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

RGB color model

#BBE4E7 color RGB value is (187,228,231).

RGB: (187,228,231) (73%, 89%, 91%)

RGB channels and saturation

R 187 of 255 = 73%
G 228 of 255 = 89%
B 231 of 255 = 91%

187
228
231

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

Portions of RGB colors in percentages

R + G + B = 187 + 228 + 231 = 646 (100%)
R 187 of 646 ~ 28.95%
G 228 of 646 ~ 35.29%
B 231 of 646 ~ 35.76'%

%28.95
%35.29
%35.76

CMYK color model

#BBE4E7 color CMYK value is (19,1,0,9).

  • cyan value is 19.05%
  • magenta value is 1.30%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (19,1,0,9)
C19M1Y0K9 (19%, 1%, 0%, 9%)
(0.19 / 0.01 / 0.00 / 0.09)

CMYK percentages

%19.05
%1.3
%0
%9.41

Codes

Color #BBE4E7 in popluar color models

BB E4 E7
RGB 187 228 231
HSL 184° 47.83% 81.96%
HSB/HSV 184° 19.05% 90.59%
CMYK 19.05% 1.30% 0.00%
9.41%

Color #BBE4E7 in popluar number systems.

HEX BB E4 E7
Decimal 187 228 231
Binary 10111011 11100100 11100111
Octal 273 344 347

Shades and tints

Shades of #BBE4E7

#BBE4E7
(187,228,231)
#AAD0D2
(170,208,210)
#99BCBD
(153,188,189)
#88A8A8
(136,168,168)
#779493
(119,148,147)
#66807E
(102,128,126)
#556C69
(85,108,105)
#445854
(68,88,84)
#33443F
(51,68,63)
#22302A
(34,48,42)
#111C15
(17,28,21)
#000000
(0,0,0)

Tints of #BBE4E7

#BBE4E7
(187,228,231)
#C1E6E9
(193,230,233)
#C7E8EB
(199,232,235)
#CDEAED
(205,234,237)
#D3ECEF
(211,236,239)
#D9EEF1
(217,238,241)
#DFF0F3
(223,240,243)
#E5F2F5
(229,242,245)
#EBF4F7
(235,244,247)
#F1F6F9
(241,246,249)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE4E7 color. Also use rgb(187,228,231) instead hex code.

Text Font Color

.myTextColor { color: #BBE4E7; }

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

This text font color is #BBE4E7.

Background Color

.myBgColor { background-color: #BBE4E7; }

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

This div background color is #BBE4E7.

Border color

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

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

This div border color is #BBE4E7.

Opacity

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

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

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

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

This text has shadow with #BBE4E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE4E7.

Preview

Color preview on black background

This text has color #BBE4E7 on black background.


Color preview on white background

This text has color #BBE4E7 on white background.


Black color preview on #BBE4E7 background

This text has black color on #BBE4E7 background.


White color preview on #BBE4E7 background

This text has white color on #BBE4E7 background.


Related colors

Complementary color

Complementary color for #hex is #441B18.


I love getcolorcode.com

Triadic colors

1 #E7BBE4 and #E4E7BB with #BBE4E7 are triadic colors.

2 #E7E4BB and #E4BBE7 with #BBE4E7 are triadic colors.