HEX: #BBCCEA
RGB: (187,204,234)
#BBCCEA contains red, green and blue colors in about the same proportion. Web safe color of #BBCCEA is #CCCCFF (or #CCF).
#BBCCEA color RGB value is (187,204,234).
RGB: (187,204,234)
(73%, 80%, 92%)
R 187 of 255 = 73%
G 204 of 255 = 80%
B 234 of 255 = 92%
R + G + B ~ 82%. #BBCCEA is quite light color.
R + G + B = 187 + 204 + 234 = 625 (100%)
R 187 of 625 ~ 29.92%
G 204 of 625 ~ 32.64%
B 234 of 625 ~ 37.44'%
#BBCCEA color CMYK value is (20,13,0,8).
CMYK: (20,13,0,8)
C20M13Y0K8 (20%, 13%, 0%, 8%)
(0.20 / 0.13 / 0.00 / 0.08)
Color #BBCCEA in popluar color models
BB | CC | EA | |
---|---|---|---|
RGB | 187 | 204 | 234 |
HSL | 218° | 52.81% | 82.55% |
HSB/HSV | 218° | 20.09% | 91.76% |
CMYK | 20.09% | 12.82% | 0.00% |
8.24% |
Color #BBCCEA in popluar number systems.
HEX | BB | CC | EA |
Decimal | 187 | 204 | 234 |
Binary | 10111011 | 11001100 | 11101010 |
Octal | 273 | 314 | 352 |
Shades of #BBCCEA
Tints of #BBCCEA
Examples of css and html codes for elements with #BBCCEA color. Also use rgb(187,204,234) instead hex code.
.myTextColor { color: #BBCCEA; }
<p style="color:#BBCCEA">This sample text font color is #BBCCEA.</p>
This text font color is #BBCCEA.
.myBgColor { background-color: #BBCCEA; }
<div style="background-color:#BBCCEA">Inner text</div>
This div background color is #BBCCEA.
.myBorderColor { border: 1px solid #BBCCEA; }
<div style="border:3px solid #BBCCEA">Div</div>
This div border color is #BBCCEA.
.myOpacity80 { color: #BBCCEA; opacity: 0.8; }
<p style="color:#BBCCEA;opacity:0.8;">80%</p>
Text with #BBCCEA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBCCEA;}
<p style="text-shadow: 3px 3px 1px #BBCCEA">Text here.</p>
This text has shadow with #BBCCEA color.
.textShadow {text-shadow: 3px 3px 1px #BBCCEA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBCCEA, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBCCEA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBCCEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBCCEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBCCEA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBCCEA;
-webkit-box-shadow: 1px 1px 3px 2px #BBCCEA;
box-shadow: 1px 1px 3px 2px #BBCCEA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBCCEA; -webkit-box-shadow: 1px 1px 3px 2px #BBCCEA; box-shadow:1px 1px 3px 2px #BBCCEA;">
Div content here
</div>
This text has color #BBCCEA on black background.
This text has color #BBCCEA on white background.
This text has black color on #BBCCEA background.
This text has white color on #BBCCEA background.
Complementary color for #hex is #443315.