COLOR #BBE4E6

HEX: #BBE4E6
RGB: (187,228,230)

Color info

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

RGB color model

#BBE4E6 color RGB value is (187,228,230).

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

RGB channels and saturation

R 187 of 255 = 73%
G 228 of 255 = 89%
B 230 of 255 = 90%

187
228
230

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

Portions of RGB colors in percentages

R + G + B =
187 + 228 + 230 = 645 (100%)
R 187 of 645 ~ 28.99%
G 228 of 645 ~ 35.35%
B 230 of 645 ~ 35.66%

%28.99
%35.35
%35.66

CMYK color model

#BBE4E6 color CMYK value is (19,1,0,10).

  • cyan value is 18.70%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(19,1,0,10)
C19M1Y0K10 
(19%,1%,0%,10%)
(0.19/0.01/0.00/0.10)	

CMYK percentages

%18.7
%0.87
%0
%9.8

Codes

Color #BBE4E6 in popluar color models

BBE4E6
RGB187228230
HSL183°46.24%81.76%
HSB/HSV183°18.70%90.20%
CMYK18.70%0.87%0.00%
9.80%

Color #BBE4E6 in popluar number systems.

HEXBBE4E6
Decimal187228230
Binary101110111110010011100110
Octal273344346

Shades and tints

Shades of #BBE4E6

#BBE4E6
(187,228,230)
#AAD0D2
(170,208,210)
#99BCBE
(153,188,190)
#88A8AA
(136,168,170)
#779496
(119,148,150)
#668082
(102,128,130)
#556C6E
(85,108,110)
#44585A
(68,88,90)
#334446
(51,68,70)
#223032
(34,48,50)
#111C1E
(17,28,30)
#000000
(0,0,0)

Tints of #BBE4E6

#BBE4E6
(187,228,230)
#C1E6E8
(193,230,232)
#C7E8EA
(199,232,234)
#CDEAEC
(205,234,236)
#D3ECEE
(211,236,238)
#D9EEF0
(217,238,240)
#DFF0F2
(223,240,242)
#E5F2F4
(229,242,244)
#EBF4F6
(235,244,246)
#F1F6F8
(241,246,248)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE4E6; }

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

This text font color is #BBE4E6.


Background Color

.myBgColor { background-color: #BBE4E6; }

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

This div background color is #BBE4E6.


Border color

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

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

This div border color is #BBE4E6.


Opacity

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

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

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

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

This text has shadow with #BBE4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE4E6 on black background.


Color preview on white background

This text has color #BBE4E6 on white background.



Black color preview on #BBE4E6 background

This text has black color on #BBE4E6 background.


White color preview on #BBE4E6 background

This text has white color on #BBE4E6 background.