COLOR #BBDEE6

HEX: #BBDEE6
RGB: (187,222,230)

Color info

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

RGB color model

#BBDEE6 color RGB value is (187,222,230).

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

RGB channels and saturation

R 187 of 255 = 73%
G 222 of 255 = 87%
B 230 of 255 = 90%

187
222
230

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

Portions of RGB colors in percentages

R + G + B =
187 + 222 + 230 = 639 (100%)
R 187 of 639 ~ 29.26%
G 222 of 639 ~ 34.74%
B 230 of 639 ~ 35.99%

%29.26
%34.74
%35.99

CMYK color model

#BBDEE6 color CMYK value is (19,3,0,10).

  • cyan value is 18.70%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(19,3,0,10)
C19M3Y0K10 
(19%,3%,0%,10%)
(0.19/0.03/0.00/0.10)	

CMYK percentages

%18.7
%3.48
%0
%9.8

Codes

Color #BBDEE6 in popluar color models

BBDEE6
RGB187222230
HSL191°46.24%81.76%
HSB/HSV191°18.70%90.20%
CMYK18.70%3.48%0.00%
9.80%

Color #BBDEE6 in popluar number systems.

HEXBBDEE6
Decimal187222230
Binary101110111101111011100110
Octal273336346

Shades and tints

Shades of #BBDEE6

#BBDEE6
(187,222,230)
#AACAD2
(170,202,210)
#99B6BE
(153,182,190)
#88A2AA
(136,162,170)
#778E96
(119,142,150)
#667A82
(102,122,130)
#55666E
(85,102,110)
#44525A
(68,82,90)
#333E46
(51,62,70)
#222A32
(34,42,50)
#11161E
(17,22,30)
#000000
(0,0,0)

Tints of #BBDEE6

#BBDEE6
(187,222,230)
#C1E1E8
(193,225,232)
#C7E4EA
(199,228,234)
#CDE7EC
(205,231,236)
#D3EAEE
(211,234,238)
#D9EDF0
(217,237,240)
#DFF0F2
(223,240,242)
#E5F3F4
(229,243,244)
#EBF6F6
(235,246,246)
#F1F9F8
(241,249,248)
#F7FCFA
(247,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDEE6; }

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

This text font color is #BBDEE6.


Background Color

.myBgColor { background-color: #BBDEE6; }

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

This div background color is #BBDEE6.


Border color

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

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

This div border color is #BBDEE6.


Opacity

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

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

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

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

This text has shadow with #BBDEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDEE6 on black background.


Color preview on white background

This text has color #BBDEE6 on white background.



Black color preview on #BBDEE6 background

This text has black color on #BBDEE6 background.


White color preview on #BBDEE6 background

This text has white color on #BBDEE6 background.