COLOR #BBCAE0

HEX: #BBCAE0 RGB: (187,202,224)

Color info

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

RGB color model

#BBCAE0 color RGB value is (187,202,224).

RGB: (187,202,224) (73%, 79%, 88%)

RGB channels and saturation

R 187 of 255 = 73%
G 202 of 255 = 79%
B 224 of 255 = 88%

187
202
224

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

Portions of RGB colors in percentages

R + G + B = 187 + 202 + 224 = 613 (100%)
R 187 of 613 ~ 30.51%
G 202 of 613 ~ 32.95%
B 224 of 613 ~ 36.54'%

%30.51
%32.95
%36.54

CMYK color model

#BBCAE0 color CMYK value is (17,10,0,12).

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

CMYK: (17,10,0,12)
C17M10Y0K12 (17%, 10%, 0%, 12%)
(0.17 / 0.10 / 0.00 / 0.12)

CMYK percentages

%16.52
%9.82
%0
%12.16

Codes

Color #BBCAE0 in popluar color models

BB CA E0
RGB 187 202 224
HSL 216° 37.37% 80.59%
HSB/HSV 216° 16.52% 87.84%
CMYK 16.52% 9.82% 0.00%
12.16%

Color #BBCAE0 in popluar number systems.

HEX BB CA E0
Decimal 187 202 224
Binary 10111011 11001010 11100000
Octal 273 312 340

Shades and tints

Shades of #BBCAE0

#BBCAE0
(187,202,224)
#AAB8CC
(170,184,204)
#99A6B8
(153,166,184)
#8894A4
(136,148,164)
#778290
(119,130,144)
#66707C
(102,112,124)
#555E68
(85,94,104)
#444C54
(68,76,84)
#333A40
(51,58,64)
#22282C
(34,40,44)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #BBCAE0

#BBCAE0
(187,202,224)
#C1CEE2
(193,206,226)
#C7D2E4
(199,210,228)
#CDD6E6
(205,214,230)
#D3DAE8
(211,218,232)
#D9DEEA
(217,222,234)
#DFE2EC
(223,226,236)
#E5E6EE
(229,230,238)
#EBEAF0
(235,234,240)
#F1EEF2
(241,238,242)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCAE0; }

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

This text font color is #BBCAE0.

Background Color

.myBgColor { background-color: #BBCAE0; }

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

This div background color is #BBCAE0.

Border color

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

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

This div border color is #BBCAE0.

Opacity

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

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

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

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

This text has shadow with #BBCAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCAE0.

Preview

Color preview on black background

This text has color #BBCAE0 on black background.


Color preview on white background

This text has color #BBCAE0 on white background.


Black color preview on #BBCAE0 background

This text has black color on #BBCAE0 background.


White color preview on #BBCAE0 background

This text has white color on #BBCAE0 background.


Related colors

Complementary color

Complementary color for #hex is #44351F.


I love getcolorcode.com

Triadic colors

1 #E0BBCA and #CAE0BB with #BBCAE0 are triadic colors.

2 #E0CABB and #CABBE0 with #BBCAE0 are triadic colors.