COLOR #BBDAEB

HEX: #BBDAEB
RGB: (187,218,235)

Color info

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

RGB color model

#BBDAEB color RGB value is (187,218,235).

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

RGB channels and saturation

R 187 of 255 = 73%
G 218 of 255 = 85%
B 235 of 255 = 92%

187
218
235

R + G + B ~ 83%. #BBDAEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 218 + 235 = 640 (100%)
R 187 of 640 ~ 29.22%
G 218 of 640 ~ 34.06%
B 235 of 640 ~ 36.72%

%29.22
%34.06
%36.72

CMYK color model

#BBDAEB color CMYK value is (20,7,0,8).

  • cyan value is 20.43%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(20,7,0,8)
C20M7Y0K8 
(20%,7%,0%,8%)
(0.20/0.07/0.00/0.08)	

CMYK percentages

%20.43
%7.23
%0
%7.84

Codes

Color #BBDAEB in popluar color models

BBDAEB
RGB187218235
HSL201°54.55%82.75%
HSB/HSV201°20.43%92.16%
CMYK20.43%7.23%0.00%
7.84%

Color #BBDAEB in popluar number systems.

HEXBBDAEB
Decimal187218235
Binary101110111101101011101011
Octal273332353

Shades and tints

Shades of #BBDAEB

#BBDAEB
(187,218,235)
#AAC7D6
(170,199,214)
#99B4C1
(153,180,193)
#88A1AC
(136,161,172)
#778E97
(119,142,151)
#667B82
(102,123,130)
#55686D
(85,104,109)
#445558
(68,85,88)
#334243
(51,66,67)
#222F2E
(34,47,46)
#111C19
(17,28,25)
#000000
(0,0,0)

Tints of #BBDAEB

#BBDAEB
(187,218,235)
#C1DDEC
(193,221,236)
#C7E0ED
(199,224,237)
#CDE3EE
(205,227,238)
#D3E6EF
(211,230,239)
#D9E9F0
(217,233,240)
#DFECF1
(223,236,241)
#E5EFF2
(229,239,242)
#EBF2F3
(235,242,243)
#F1F5F4
(241,245,244)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDAEB; }

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

This text font color is #BBDAEB.


Background Color

.myBgColor { background-color: #BBDAEB; }

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

This div background color is #BBDAEB.


Border color

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

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

This div border color is #BBDAEB.


Opacity

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

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

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

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

This text has shadow with #BBDAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDAEB on black background.


Color preview on white background

This text has color #BBDAEB on white background.



Black color preview on #BBDAEB background

This text has black color on #BBDAEB background.


White color preview on #BBDAEB background

This text has white color on #BBDAEB background.