HEX: #BCCCE9
RGB: (188,204,233)
#BCCCE9 contains red, green and blue colors in about the same proportion. Web safe color of #BCCCE9 is #CCCCFF (or #CCF).
#BCCCE9 color RGB value is (188,204,233).
RGB: (188,204,233)
(74%, 80%, 91%)
R 188 of 255 = 74%
G 204 of 255 = 80%
B 233 of 255 = 91%
R + G + B ~ 82%. #BCCCE9 is quite light color.
R + G + B = 188 + 204 + 233 = 625 (100%)
R 188 of 625 ~ 30.08%
G 204 of 625 ~ 32.64%
B 233 of 625 ~ 37.28'%
#BCCCE9 color CMYK value is (19,12,0,9).
CMYK: (19,12,0,9)
C19M12Y0K9 (19%, 12%, 0%, 9%)
(0.19 / 0.12 / 0.00 / 0.09)
Color #BCCCE9 in popluar color models
BC | CC | E9 | |
---|---|---|---|
RGB | 188 | 204 | 233 |
HSL | 219° | 50.56% | 82.55% |
HSB/HSV | 219° | 19.31% | 91.37% |
CMYK | 19.31% | 12.45% | 0.00% |
8.63% |
Color #BCCCE9 in popluar number systems.
HEX | BC | CC | E9 |
Decimal | 188 | 204 | 233 |
Binary | 10111100 | 11001100 | 11101001 |
Octal | 274 | 314 | 351 |
Shades of #BCCCE9
Tints of #BCCCE9
Examples of css and html codes for elements with #BCCCE9 color. Also use rgb(188,204,233) instead hex code.
.myTextColor { color: #BCCCE9; }
<p style="color:#BCCCE9">This sample text font color is #BCCCE9.</p>
This text font color is #BCCCE9.
.myBgColor { background-color: #BCCCE9; }
<div style="background-color:#BCCCE9">Inner text</div>
This div background color is #BCCCE9.
.myBorderColor { border: 1px solid #BCCCE9; }
<div style="border:3px solid #BCCCE9">Div</div>
This div border color is #BCCCE9.
.myOpacity80 { color: #BCCCE9; opacity: 0.8; }
<p style="color:#BCCCE9;opacity:0.8;">80%</p>
Text with #BCCCE9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCCCE9;}
<p style="text-shadow: 3px 3px 1px #BCCCE9">Text here.</p>
This text has shadow with #BCCCE9 color.
.textShadow {text-shadow: 3px 3px 1px #BCCCE9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCCCE9, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCCCE9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCCCE9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCCCE9, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCCCE9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCCCE9;
-webkit-box-shadow: 1px 1px 3px 2px #BCCCE9;
box-shadow: 1px 1px 3px 2px #BCCCE9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCCCE9; -webkit-box-shadow: 1px 1px 3px 2px #BCCCE9; box-shadow:1px 1px 3px 2px #BCCCE9;">
Div content here
</div>
This text has color #BCCCE9 on black background.
This text has color #BCCCE9 on white background.
This text has black color on #BCCCE9 background.
This text has white color on #BCCCE9 background.
Complementary color for #hex is #433316.