COLOR #BBCDE0

HEX: #BBCDE0 RGB: (187,205,224)

Color info

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

RGB color model

#BBCDE0 color RGB value is (187,205,224).

RGB: (187,205,224) (73%, 80%, 88%)

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 224 of 255 = 88%

187
205
224

R + G + B ~ 80%. #BBCDE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 205 + 224 = 616 (100%)
R 187 of 616 ~ 30.36%
G 205 of 616 ~ 33.28%
B 224 of 616 ~ 36.36'%

%30.36
%33.28
%36.36

CMYK color model

#BBCDE0 color CMYK value is (17,8,0,12).

  • cyan value is 16.52%
  • magenta value is 8.48%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (17,8,0,12)
C17M8Y0K12 (17%, 8%, 0%, 12%)
(0.17 / 0.08 / 0.00 / 0.12)

CMYK percentages

%16.52
%8.48
%0
%12.16

Codes

Color #BBCDE0 in popluar color models

BB CD E0
RGB 187 205 224
HSL 211° 37.37% 80.59%
HSB/HSV 211° 16.52% 87.84%
CMYK 16.52% 8.48% 0.00%
12.16%

Color #BBCDE0 in popluar number systems.

HEX BB CD E0
Decimal 187 205 224
Binary 10111011 11001101 11100000
Octal 273 315 340

Shades and tints

Shades of #BBCDE0

#BBCDE0
(187,205,224)
#AABBCC
(170,187,204)
#99A9B8
(153,169,184)
#8897A4
(136,151,164)
#778590
(119,133,144)
#66737C
(102,115,124)
#556168
(85,97,104)
#444F54
(68,79,84)
#333D40
(51,61,64)
#222B2C
(34,43,44)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #BBCDE0

#BBCDE0
(187,205,224)
#C1D1E2
(193,209,226)
#C7D5E4
(199,213,228)
#CDD9E6
(205,217,230)
#D3DDE8
(211,221,232)
#D9E1EA
(217,225,234)
#DFE5EC
(223,229,236)
#E5E9EE
(229,233,238)
#EBEDF0
(235,237,240)
#F1F1F2
(241,241,242)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCDE0 color. Also use rgb(187,205,224) instead hex code.

Text Font Color

.myTextColor { color: #BBCDE0; }

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

This text font color is #BBCDE0.

Background Color

.myBgColor { background-color: #BBCDE0; }

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

This div background color is #BBCDE0.

Border color

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

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

This div border color is #BBCDE0.

Opacity

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

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

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

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

This text has shadow with #BBCDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCDE0.

Preview

Color preview on black background

This text has color #BBCDE0 on black background.


Color preview on white background

This text has color #BBCDE0 on white background.


Black color preview on #BBCDE0 background

This text has black color on #BBCDE0 background.


White color preview on #BBCDE0 background

This text has white color on #BBCDE0 background.


Related colors

Complementary color

Complementary color for #hex is #44321F.


I love getcolorcode.com

Triadic colors

1 #E0BBCD and #CDE0BB with #BBCDE0 are triadic colors.

2 #E0CDBB and #CDBBE0 with #BBCDE0 are triadic colors.