COLOR #BBE2E8

HEX: #BBE2E8
RGB: (187,226,232)

Color info

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

RGB color model

#BBE2E8 color RGB value is (187,226,232).

  • red value is 187;
  • green value is 226;
  • blue value is 232.
RGB:
(187,226,232)
(73%,89%,91%)

RGB channels and saturation

R 187 of 255 = 73%
G 226 of 255 = 89%
B 232 of 255 = 91%

187
226
232

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

Portions of RGB colors in percentages

R + G + B =
187 + 226 + 232 = 645 (100%)
R 187 of 645 ~ 28.99%
G 226 of 645 ~ 35.04%
B 232 of 645 ~ 35.97%

%28.99
%35.04
%35.97

CMYK color model

#BBE2E8 color CMYK value is (19,3,0,9).

  • cyan value is 19.40%
  • magenta value is 2.59%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,3,0,9)
C19M3Y0K9 
(19%,3%,0%,9%)
(0.19/0.03/0.00/0.09)	

CMYK percentages

%19.4
%2.59
%0
%9.02

Codes

Color #BBE2E8 in popluar color models

BBE2E8
RGB187226232
HSL188°49.45%82.16%
HSB/HSV188°19.40%90.98%
CMYK19.40%2.59%0.00%
9.02%

Color #BBE2E8 in popluar number systems.

HEXBBE2E8
Decimal187226232
Binary101110111110001011101000
Octal273342350

Shades and tints

Shades of #BBE2E8

#BBE2E8
(187,226,232)
#AACED3
(170,206,211)
#99BABE
(153,186,190)
#88A6A9
(136,166,169)
#779294
(119,146,148)
#667E7F
(102,126,127)
#556A6A
(85,106,106)
#445655
(68,86,85)
#334240
(51,66,64)
#222E2B
(34,46,43)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #BBE2E8

#BBE2E8
(187,226,232)
#C1E4EA
(193,228,234)
#C7E6EC
(199,230,236)
#CDE8EE
(205,232,238)
#D3EAF0
(211,234,240)
#D9ECF2
(217,236,242)
#DFEEF4
(223,238,244)
#E5F0F6
(229,240,246)
#EBF2F8
(235,242,248)
#F1F4FA
(241,244,250)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE2E8 color. Also use rgb(187,226,232) instead hex code.

Text Font Color

.myTextColor { color: #BBE2E8; }

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

This text font color is #BBE2E8.


Background Color

.myBgColor { background-color: #BBE2E8; }

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

This div background color is #BBE2E8.


Border color

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

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

This div border color is #BBE2E8.


Opacity

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

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

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

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

This text has shadow with #BBE2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE2E8 on black background.


Color preview on white background

This text has color #BBE2E8 on white background.



Black color preview on #BBE2E8 background

This text has black color on #BBE2E8 background.


White color preview on #BBE2E8 background

This text has white color on #BBE2E8 background.