COLOR #BBDCE8

HEX: #BBDCE8 RGB: (187,220,232)

Color info

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

RGB color model

#BBDCE8 color RGB value is (187,220,232).

RGB: (187,220,232) (73%, 86%, 91%)

RGB channels and saturation

R 187 of 255 = 73%
G 220 of 255 = 86%
B 232 of 255 = 91%

187
220
232

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

Portions of RGB colors in percentages

R + G + B = 187 + 220 + 232 = 639 (100%)
R 187 of 639 ~ 29.26%
G 220 of 639 ~ 34.43%
B 232 of 639 ~ 36.31'%

%29.26
%34.43
%36.31

CMYK color model

#BBDCE8 color CMYK value is (19,5,0,9).

  • cyan value is 19.40%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (19,5,0,9)
C19M5Y0K9 (19%, 5%, 0%, 9%)
(0.19 / 0.05 / 0.00 / 0.09)

CMYK percentages

%19.4
%5.17
%0
%9.02

Codes

Color #BBDCE8 in popluar color models

BB DC E8
RGB 187 220 232
HSL 196° 49.45% 82.16%
HSB/HSV 196° 19.40% 90.98%
CMYK 19.40% 5.17% 0.00%
9.02%

Color #BBDCE8 in popluar number systems.

HEX BB DC E8
Decimal 187 220 232
Binary 10111011 11011100 11101000
Octal 273 334 350

Shades and tints

Shades of #BBDCE8

#BBDCE8
(187,220,232)
#AAC8D3
(170,200,211)
#99B4BE
(153,180,190)
#88A0A9
(136,160,169)
#778C94
(119,140,148)
#66787F
(102,120,127)
#55646A
(85,100,106)
#445055
(68,80,85)
#333C40
(51,60,64)
#22282B
(34,40,43)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #BBDCE8

#BBDCE8
(187,220,232)
#C1DFEA
(193,223,234)
#C7E2EC
(199,226,236)
#CDE5EE
(205,229,238)
#D3E8F0
(211,232,240)
#D9EBF2
(217,235,242)
#DFEEF4
(223,238,244)
#E5F1F6
(229,241,246)
#EBF4F8
(235,244,248)
#F1F7FA
(241,247,250)
#F7FAFC
(247,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDCE8 color. Also use rgb(187,220,232) instead hex code.

Text Font Color

.myTextColor { color: #BBDCE8; }

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

This text font color is #BBDCE8.

Background Color

.myBgColor { background-color: #BBDCE8; }

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

This div background color is #BBDCE8.

Border color

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

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

This div border color is #BBDCE8.

Opacity

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

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

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

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

This text has shadow with #BBDCE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDCE8.

Preview

Color preview on black background

This text has color #BBDCE8 on black background.


Color preview on white background

This text has color #BBDCE8 on white background.


Black color preview on #BBDCE8 background

This text has black color on #BBDCE8 background.


White color preview on #BBDCE8 background

This text has white color on #BBDCE8 background.


Related colors

Complementary color

Complementary color for #hex is #442317.


I love getcolorcode.com

Triadic colors

1 #E8BBDC and #DCE8BB with #BBDCE8 are triadic colors.

2 #E8DCBB and #DCBBE8 with #BBDCE8 are triadic colors.