HEX: #BCEECA
RGB: (188,238,202)
#BCEECA contains red, green and blue colors in about the same proportion. Web safe color of #BCEECA is #CCFFCC (or #CFC).
#BCEECA color RGB value is (188,238,202).
RGB: (188,238,202)
(74%, 93%, 79%)
R 188 of 255 = 74%
G 238 of 255 = 93%
B 202 of 255 = 79%
R + G + B ~ 82%. #BCEECA is quite light color.
R + G + B = 188 + 238 + 202 = 628 (100%)
R 188 of 628 ~ 29.94%
G 238 of 628 ~ 37.9%
B 202 of 628 ~ 32.17'%
#BCEECA color CMYK value is (21,0,15,7).
CMYK: (21,0,15,7) C21M0Y15K7 (21%,0%,15%,7%) (0.21/0.00/0.15/0.07)
Color #BCEECA in popluar color models
BC | EE | CA | |
---|---|---|---|
RGB | 188 | 238 | 202 |
HSL | 137° | 59.52% | 83.53% |
HSB/HSV | 137° | 21.01% | 93.33% |
CMYK | 21.01% | 0.00% | 15.13% |
6.67% |
Color #BCEECA in popluar number systems.
HEX | BC | EE | CA |
Decimal | 188 | 238 | 202 |
Binary | 10111100 | 11101110 | 11001010 |
Octal | 274 | 356 | 312 |
Shades of #BCEECA
Tints of #BCEECA
Examples of css and html codes for elements with #BCEECA color. Also use rgb(188,238,202) instead hex code.
.myTextColor { color: #BCEECA; }
<p style="color:#BCEECA">This sample text font color is #BCEECA.</p>
This text font color is #BCEECA.
.myBgColor { background-color: #BCEECA; }
<div style="background-color:#BCEECA">Inner text</div>
This div background color is #BCEECA.
.myBorderColor { border: 1px solid #BCEECA; }
<div style="border:3px solid #BCEECA">Div</div>
This div border color is #BCEECA.
.myOpacity80 { color: #BCEECA; opacity: 0.8; }
<p style="color:#BCEECA;opacity:0.8;">80%</p>
Text with #BCEECA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCEECA;}
<p style="text-shadow: 3px 3px 1px #BCEECA">Text here.</p>
This text has shadow with #BCEECA color.
.textShadow {text-shadow: 3px 3px 1px #BCEECA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCEECA, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCEECA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCEECA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCEECA, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCEECA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCEECA;
-webkit-box-shadow: 1px 1px 3px 2px #BCEECA;
box-shadow: 1px 1px 3px 2px #BCEECA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCEECA; -webkit-box-shadow: 1px 1px 3px 2px #BCEECA; box-shadow:1px 1px 3px 2px #BCEECA;">
Div content here
</div>
This text has color #BCEECA on black background.
This text has color #BCEECA on white background.
This text has black color on #BCEECA background.
This text has white color on #BCEECA background.
Complementary color for #hex is #431135.