COLOR #BBD8E6

HEX: #BBD8E6 RGB: (187,216,230)

Color info

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

RGB color model

#BBD8E6 color RGB value is (187,216,230).

RGB: (187,216,230) (73%, 85%, 90%)

RGB channels and saturation

R 187 of 255 = 73%
G 216 of 255 = 85%
B 230 of 255 = 90%

187
216
230

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

Portions of RGB colors in percentages

R + G + B = 187 + 216 + 230 = 633 (100%)
R 187 of 633 ~ 29.54%
G 216 of 633 ~ 34.12%
B 230 of 633 ~ 36.33'%

%29.54
%34.12
%36.33

CMYK color model

#BBD8E6 color CMYK value is (19,6,0,10).

  • cyan value is 18.70%
  • magenta value is 6.09%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (19,6,0,10)
C19M6Y0K10 (19%, 6%, 0%, 10%)
(0.19 / 0.06 / 0.00 / 0.10)

CMYK percentages

%18.7
%6.09
%0
%9.8

Codes

Color #BBD8E6 in popluar color models

BB D8 E6
RGB 187 216 230
HSL 200° 46.24% 81.76%
HSB/HSV 200° 18.70% 90.20%
CMYK 18.70% 6.09% 0.00%
9.80%

Color #BBD8E6 in popluar number systems.

HEX BB D8 E6
Decimal 187 216 230
Binary 10111011 11011000 11100110
Octal 273 330 346

Shades and tints

Shades of #BBD8E6

#BBD8E6
(187,216,230)
#AAC5D2
(170,197,210)
#99B2BE
(153,178,190)
#889FAA
(136,159,170)
#778C96
(119,140,150)
#667982
(102,121,130)
#55666E
(85,102,110)
#44535A
(68,83,90)
#334046
(51,64,70)
#222D32
(34,45,50)
#111A1E
(17,26,30)
#000000
(0,0,0)

Tints of #BBD8E6

#BBD8E6
(187,216,230)
#C1DBE8
(193,219,232)
#C7DEEA
(199,222,234)
#CDE1EC
(205,225,236)
#D3E4EE
(211,228,238)
#D9E7F0
(217,231,240)
#DFEAF2
(223,234,242)
#E5EDF4
(229,237,244)
#EBF0F6
(235,240,246)
#F1F3F8
(241,243,248)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD8E6; }

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

This text font color is #BBD8E6.

Background Color

.myBgColor { background-color: #BBD8E6; }

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

This div background color is #BBD8E6.

Border color

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

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

This div border color is #BBD8E6.

Opacity

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

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

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

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

This text has shadow with #BBD8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD8E6.

Preview

Color preview on black background

This text has color #BBD8E6 on black background.


Color preview on white background

This text has color #BBD8E6 on white background.


Black color preview on #BBD8E6 background

This text has black color on #BBD8E6 background.


White color preview on #BBD8E6 background

This text has white color on #BBD8E6 background.


Related colors

Complementary color

Complementary color for #hex is #442719.


I love getcolorcode.com

Triadic colors

1 #E6BBD8 and #D8E6BB with #BBD8E6 are triadic colors.

2 #E6D8BB and #D8BBE6 with #BBD8E6 are triadic colors.