HEX: #BCE0EB
RGB: (188,224,235)
#BCE0EB contains red, green and blue colors in about the same proportion. Web safe color of #BCE0EB is #CCCCFF (or #CCF).
#BCE0EB color RGB value is (188,224,235).
RGB: (188,224,235)
(74%, 88%, 92%)
R 188 of 255 = 74%
G 224 of 255 = 88%
B 235 of 255 = 92%
R + G + B ~ 85%. #BCE0EB is quite light color.
R + G + B = 188 + 224 + 235 = 647 (100%)
R 188 of 647 ~ 29.06%
G 224 of 647 ~ 34.62%
B 235 of 647 ~ 36.32'%
#BCE0EB color CMYK value is (20,5,0,8).
CMYK: (20,5,0,8)
C20M5Y0K8 (20%, 5%, 0%, 8%)
(0.20 / 0.05 / 0.00 / 0.08)
Color #BCE0EB in popluar color models
BC | E0 | EB | |
---|---|---|---|
RGB | 188 | 224 | 235 |
HSL | 194° | 54.02% | 82.94% |
HSB/HSV | 194° | 20.00% | 92.16% |
CMYK | 20.00% | 4.68% | 0.00% |
7.84% |
Color #BCE0EB in popluar number systems.
HEX | BC | E0 | EB |
Decimal | 188 | 224 | 235 |
Binary | 10111100 | 11100000 | 11101011 |
Octal | 274 | 340 | 353 |
Shades of #BCE0EB
Tints of #BCE0EB
Examples of css and html codes for elements with #BCE0EB color. Also use rgb(188,224,235) instead hex code.
.myTextColor { color: #BCE0EB; }
<p style="color:#BCE0EB">This sample text font color is #BCE0EB.</p>
This text font color is #BCE0EB.
.myBgColor { background-color: #BCE0EB; }
<div style="background-color:#BCE0EB">Inner text</div>
This div background color is #BCE0EB.
.myBorderColor { border: 1px solid #BCE0EB; }
<div style="border:3px solid #BCE0EB">Div</div>
This div border color is #BCE0EB.
.myOpacity80 { color: #BCE0EB; opacity: 0.8; }
<p style="color:#BCE0EB;opacity:0.8;">80%</p>
Text with #BCE0EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCE0EB;}
<p style="text-shadow: 3px 3px 1px #BCE0EB">Text here.</p>
This text has shadow with #BCE0EB color.
.textShadow {text-shadow: 3px 3px 1px #BCE0EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCE0EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCE0EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCE0EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCE0EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCE0EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCE0EB;
-webkit-box-shadow: 1px 1px 3px 2px #BCE0EB;
box-shadow: 1px 1px 3px 2px #BCE0EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCE0EB; -webkit-box-shadow: 1px 1px 3px 2px #BCE0EB; box-shadow:1px 1px 3px 2px #BCE0EB;">
Div content here
</div>
This text has color #BCE0EB on black background.
This text has color #BCE0EB on white background.
This text has black color on #BCE0EB background.
This text has white color on #BCE0EB background.
Complementary color for #hex is #431F14.