COLOR #BBDDEE

HEX: #BBDDEE
RGB: (187,221,238)

Color info

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

RGB color model

#BBDDEE color RGB value is (187,221,238).

  • red value is 187;
  • green value is 221;
  • blue value is 238.
RGB:
(187,221,238)
(73%,87%,93%)

RGB channels and saturation

R 187 of 255 = 73%
G 221 of 255 = 87%
B 238 of 255 = 93%

187
221
238

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

Portions of RGB colors in percentages

R + G + B =
187 + 221 + 238 = 646 (100%)
R 187 of 646 ~ 28.95%
G 221 of 646 ~ 34.21%
B 238 of 646 ~ 36.84%

%28.95
%34.21
%36.84

CMYK color model

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

  • cyan value is 21.43%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(21,7,0,7)
C21M7Y0K7 
(21%,7%,0%,7%)
(0.21/0.07/0.00/0.07)	

CMYK percentages

%21.43
%7.14
%0
%6.67

Codes

Color #BBDDEE in popluar color models

BBDDEE
RGB187221238
HSL200°60.00%83.33%
HSB/HSV200°21.43%93.33%
CMYK21.43%7.14%0.00%
6.67%

Color #BBDDEE in popluar number systems.

HEXBBDDEE
Decimal187221238
Binary101110111101110111101110
Octal273335356

Shades and tints

Shades of #BBDDEE

#BBDDEE
(187,221,238)
#AAC9D9
(170,201,217)
#99B5C4
(153,181,196)
#88A1AF
(136,161,175)
#778D9A
(119,141,154)
#667985
(102,121,133)
#556570
(85,101,112)
#44515B
(68,81,91)
#333D46
(51,61,70)
#222931
(34,41,49)
#11151C
(17,21,28)
#000000
(0,0,0)

Tints of #BBDDEE

#BBDDEE
(187,221,238)
#C1E0EF
(193,224,239)
#C7E3F0
(199,227,240)
#CDE6F1
(205,230,241)
#D3E9F2
(211,233,242)
#D9ECF3
(217,236,243)
#DFEFF4
(223,239,244)
#E5F2F5
(229,242,245)
#EBF5F6
(235,245,246)
#F1F8F7
(241,248,247)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDDEE color. Also use rgb(187,221,238) instead hex code.

Text Font Color

.myTextColor { color: #BBDDEE; }

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

This text font color is #BBDDEE.


Background Color

.myBgColor { background-color: #BBDDEE; }

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

This div background color is #BBDDEE.


Border color

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

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

This div border color is #BBDDEE.


Opacity

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

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

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

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

This text has shadow with #BBDDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDDEE on black background.


Color preview on white background

This text has color #BBDDEE on white background.



Black color preview on #BBDDEE background

This text has black color on #BBDDEE background.


White color preview on #BBDDEE background

This text has white color on #BBDDEE background.