HEX: #BCCEEE
RGB: (188,206,238)
#BCCEEE contains red, green and blue colors in about the same proportion. Web safe color of #BCCEEE is #CCCCFF (or #CCF).
#BCCEEE color RGB value is (188,206,238).
RGB: (188,206,238)
(74%, 81%, 93%)
R 188 of 255 = 74%
G 206 of 255 = 81%
B 238 of 255 = 93%
R + G + B ~ 83%. #BCCEEE is quite light color.
R + G + B = 188 + 206 + 238 = 632 (100%)
R 188 of 632 ~ 29.75%
G 206 of 632 ~ 32.59%
B 238 of 632 ~ 37.66'%
#BCCEEE color CMYK value is (21,13,0,7).
CMYK: (21,13,0,7)
C21M13Y0K7 (21%, 13%, 0%, 7%)
(0.21 / 0.13 / 0.00 / 0.07)
Color #BCCEEE in popluar color models
BC | CE | EE | |
---|---|---|---|
RGB | 188 | 206 | 238 |
HSL | 218° | 59.52% | 83.53% |
HSB/HSV | 218° | 21.01% | 93.33% |
CMYK | 21.01% | 13.45% | 0.00% |
6.67% |
Color #BCCEEE in popluar number systems.
HEX | BC | CE | EE |
Decimal | 188 | 206 | 238 |
Binary | 10111100 | 11001110 | 11101110 |
Octal | 274 | 316 | 356 |
Shades of #BCCEEE
Tints of #BCCEEE
Examples of css and html codes for elements with #BCCEEE color. Also use rgb(188,206,238) instead hex code.
.myTextColor { color: #BCCEEE; }
<p style="color:#BCCEEE">This sample text font color is #BCCEEE.</p>
This text font color is #BCCEEE.
.myBgColor { background-color: #BCCEEE; }
<div style="background-color:#BCCEEE">Inner text</div>
This div background color is #BCCEEE.
.myBorderColor { border: 1px solid #BCCEEE; }
<div style="border:3px solid #BCCEEE">Div</div>
This div border color is #BCCEEE.
.myOpacity80 { color: #BCCEEE; opacity: 0.8; }
<p style="color:#BCCEEE;opacity:0.8;">80%</p>
Text with #BCCEEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCCEEE;}
<p style="text-shadow: 3px 3px 1px #BCCEEE">Text here.</p>
This text has shadow with #BCCEEE color.
.textShadow {text-shadow: 3px 3px 1px #BCCEEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCCEEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCCEEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCCEEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCCEEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCCEEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCCEEE;
-webkit-box-shadow: 1px 1px 3px 2px #BCCEEE;
box-shadow: 1px 1px 3px 2px #BCCEEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCCEEE; -webkit-box-shadow: 1px 1px 3px 2px #BCCEEE; box-shadow:1px 1px 3px 2px #BCCEEE;">
Div content here
</div>
This text has color #BCCEEE on black background.
This text has color #BCCEEE on white background.
This text has black color on #BCCEEE background.
This text has white color on #BCCEEE background.
Complementary color for #hex is #433111.