COLOR #BBE4ED

HEX: #BBE4ED
RGB: (187,228,237)

Color info

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

RGB color model

#BBE4ED color RGB value is (187,228,237).

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

RGB channels and saturation

R 187 of 255 = 73%
G 228 of 255 = 89%
B 237 of 255 = 93%

187
228
237

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

Portions of RGB colors in percentages

R + G + B =
187 + 228 + 237 = 652 (100%)
R 187 of 652 ~ 28.68%
G 228 of 652 ~ 34.97%
B 237 of 652 ~ 36.35%

%28.68
%34.97
%36.35

CMYK color model

#BBE4ED color CMYK value is (21,4,0,7).

  • cyan value is 21.10%
  • magenta value is 3.80%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(21,4,0,7)
C21M4Y0K7 
(21%,4%,0%,7%)
(0.21/0.04/0.00/0.07)	

CMYK percentages

%21.1
%3.8
%0
%7.06

Codes

Color #BBE4ED in popluar color models

BBE4ED
RGB187228237
HSL191°58.14%83.14%
HSB/HSV191°21.10%92.94%
CMYK21.10%3.80%0.00%
7.06%

Color #BBE4ED in popluar number systems.

HEXBBE4ED
Decimal187228237
Binary101110111110010011101101
Octal273344355

Shades and tints

Shades of #BBE4ED

#BBE4ED
(187,228,237)
#AAD0D8
(170,208,216)
#99BCC3
(153,188,195)
#88A8AE
(136,168,174)
#779499
(119,148,153)
#668084
(102,128,132)
#556C6F
(85,108,111)
#44585A
(68,88,90)
#334445
(51,68,69)
#223030
(34,48,48)
#111C1B
(17,28,27)
#000000
(0,0,0)

Tints of #BBE4ED

#BBE4ED
(187,228,237)
#C1E6EE
(193,230,238)
#C7E8EF
(199,232,239)
#CDEAF0
(205,234,240)
#D3ECF1
(211,236,241)
#D9EEF2
(217,238,242)
#DFF0F3
(223,240,243)
#E5F2F4
(229,242,244)
#EBF4F5
(235,244,245)
#F1F6F6
(241,246,246)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE4ED; }

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

This text font color is #BBE4ED.


Background Color

.myBgColor { background-color: #BBE4ED; }

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

This div background color is #BBE4ED.


Border color

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

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

This div border color is #BBE4ED.


Opacity

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

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

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

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

This text has shadow with #BBE4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE4ED on black background.


Color preview on white background

This text has color #BBE4ED on white background.



Black color preview on #BBE4ED background

This text has black color on #BBE4ED background.


White color preview on #BBE4ED background

This text has white color on #BBE4ED background.