COLOR #BBDDEB

HEX: #BBDDEB
RGB: (187,221,235)

Color info

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

RGB color model

#BBDDEB color RGB value is (187,221,235).

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

RGB channels and saturation

R 187 of 255 = 73%
G 221 of 255 = 87%
B 235 of 255 = 92%

187
221
235

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

Portions of RGB colors in percentages

R + G + B =
187 + 221 + 235 = 643 (100%)
R 187 of 643 ~ 29.08%
G 221 of 643 ~ 34.37%
B 235 of 643 ~ 36.55%

%29.08
%34.37
%36.55

CMYK color model

#BBDDEB color CMYK value is (20,6,0,8).

  • cyan value is 20.43%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(20,6,0,8)
C20M6Y0K8 
(20%,6%,0%,8%)
(0.20/0.06/0.00/0.08)	

CMYK percentages

%20.43
%5.96
%0
%7.84

Codes

Color #BBDDEB in popluar color models

BBDDEB
RGB187221235
HSL198°54.55%82.75%
HSB/HSV198°20.43%92.16%
CMYK20.43%5.96%0.00%
7.84%

Color #BBDDEB in popluar number systems.

HEXBBDDEB
Decimal187221235
Binary101110111101110111101011
Octal273335353

Shades and tints

Shades of #BBDDEB

#BBDDEB
(187,221,235)
#AAC9D6
(170,201,214)
#99B5C1
(153,181,193)
#88A1AC
(136,161,172)
#778D97
(119,141,151)
#667982
(102,121,130)
#55656D
(85,101,109)
#445158
(68,81,88)
#333D43
(51,61,67)
#22292E
(34,41,46)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #BBDDEB

#BBDDEB
(187,221,235)
#C1E0EC
(193,224,236)
#C7E3ED
(199,227,237)
#CDE6EE
(205,230,238)
#D3E9EF
(211,233,239)
#D9ECF0
(217,236,240)
#DFEFF1
(223,239,241)
#E5F2F2
(229,242,242)
#EBF5F3
(235,245,243)
#F1F8F4
(241,248,244)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDDEB; }

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

This text font color is #BBDDEB.


Background Color

.myBgColor { background-color: #BBDDEB; }

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

This div background color is #BBDDEB.


Border color

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

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

This div border color is #BBDDEB.


Opacity

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

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

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

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

This text has shadow with #BBDDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDDEB on black background.


Color preview on white background

This text has color #BBDDEB on white background.



Black color preview on #BBDDEB background

This text has black color on #BBDDEB background.


White color preview on #BBDDEB background

This text has white color on #BBDDEB background.