COLOR #BBE0E6

HEX: #BBE0E6
RGB: (187,224,230)

Color info

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

RGB color model

#BBE0E6 color RGB value is (187,224,230).

  • red value is 187;
  • green value is 224;
  • blue value is 230.
RGB:
(187,224,230)
(73%,88%,90%)

RGB channels and saturation

R 187 of 255 = 73%
G 224 of 255 = 88%
B 230 of 255 = 90%

187
224
230

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

Portions of RGB colors in percentages

R + G + B =
187 + 224 + 230 = 641 (100%)
R 187 of 641 ~ 29.17%
G 224 of 641 ~ 34.95%
B 230 of 641 ~ 35.88%

%29.17
%34.95
%35.88

CMYK color model

#BBE0E6 color CMYK value is (19,3,0,10).

  • cyan value is 18.70%
  • magenta value is 2.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(19,3,0,10)
C19M3Y0K10 
(19%,3%,0%,10%)
(0.19/0.03/0.00/0.10)	

CMYK percentages

%18.7
%2.61
%0
%9.8

Codes

Color #BBE0E6 in popluar color models

BBE0E6
RGB187224230
HSL188°46.24%81.76%
HSB/HSV188°18.70%90.20%
CMYK18.70%2.61%0.00%
9.80%

Color #BBE0E6 in popluar number systems.

HEXBBE0E6
Decimal187224230
Binary101110111110000011100110
Octal273340346

Shades and tints

Shades of #BBE0E6

#BBE0E6
(187,224,230)
#AACCD2
(170,204,210)
#99B8BE
(153,184,190)
#88A4AA
(136,164,170)
#779096
(119,144,150)
#667C82
(102,124,130)
#55686E
(85,104,110)
#44545A
(68,84,90)
#334046
(51,64,70)
#222C32
(34,44,50)
#11181E
(17,24,30)
#000000
(0,0,0)

Tints of #BBE0E6

#BBE0E6
(187,224,230)
#C1E2E8
(193,226,232)
#C7E4EA
(199,228,234)
#CDE6EC
(205,230,236)
#D3E8EE
(211,232,238)
#D9EAF0
(217,234,240)
#DFECF2
(223,236,242)
#E5EEF4
(229,238,244)
#EBF0F6
(235,240,246)
#F1F2F8
(241,242,248)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE0E6; }

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

This text font color is #BBE0E6.


Background Color

.myBgColor { background-color: #BBE0E6; }

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

This div background color is #BBE0E6.


Border color

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

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

This div border color is #BBE0E6.


Opacity

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

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

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

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

This text has shadow with #BBE0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE0E6 on black background.


Color preview on white background

This text has color #BBE0E6 on white background.



Black color preview on #BBE0E6 background

This text has black color on #BBE0E6 background.


White color preview on #BBE0E6 background

This text has white color on #BBE0E6 background.