HEX: #BCEEAD
RGB: (188,238,173)
#BCEEAD contains mainly red and green colors. Web safe color of #BCEEAD is #CCFF99 (or #CF9).
#BCEEAD color RGB value is (188,238,173).
RGB: (188,238,173)
(74%, 93%, 68%)
R 188 of 255 = 74%
G 238 of 255 = 93%
B 173 of 255 = 68%
R + G + B ~ 78%. #BCEEAD is quite light color.
R + G + B = 188 + 238 + 173 = 599 (100%)
R 188 of 599 ~ 31.39%
G 238 of 599 ~ 39.73%
B 173 of 599 ~ 28.88'%
#BCEEAD color CMYK value is (21,0,27,7).
CMYK: (21,0,27,7) C21M0Y27K7 (21%,0%,27%,7%) (0.21/0.00/0.27/0.07)
Color #BCEEAD in popluar color models
BC | EE | AD | |
---|---|---|---|
RGB | 188 | 238 | 173 |
HSL | 106° | 65.66% | 80.59% |
HSB/HSV | 106° | 27.31% | 93.33% |
CMYK | 21.01% | 0.00% | 27.31% |
6.67% |
Color #BCEEAD in popluar number systems.
HEX | BC | EE | AD |
Decimal | 188 | 238 | 173 |
Binary | 10111100 | 11101110 | 10101101 |
Octal | 274 | 356 | 255 |
Shades of #BCEEAD
Tints of #BCEEAD
Examples of css and html codes for elements with #BCEEAD color. Also use rgb(188,238,173) instead hex code.
.myTextColor { color: #BCEEAD; }
<p style="color:#BCEEAD">This sample text font color is #BCEEAD.</p>
This text font color is #BCEEAD.
.myBgColor { background-color: #BCEEAD; }
<div style="background-color:#BCEEAD">Inner text</div>
This div background color is #BCEEAD.
.myBorderColor { border: 1px solid #BCEEAD; }
<div style="border:3px solid #BCEEAD">Div</div>
This div border color is #BCEEAD.
.myOpacity80 { color: #BCEEAD; opacity: 0.8; }
<p style="color:#BCEEAD;opacity:0.8;">80%</p>
Text with #BCEEAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCEEAD;}
<p style="text-shadow: 3px 3px 1px #BCEEAD">Text here.</p>
This text has shadow with #BCEEAD color.
.textShadow {text-shadow: 3px 3px 1px #BCEEAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCEEAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCEEAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCEEAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCEEAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCEEAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCEEAD;
-webkit-box-shadow: 1px 1px 3px 2px #BCEEAD;
box-shadow: 1px 1px 3px 2px #BCEEAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCEEAD; -webkit-box-shadow: 1px 1px 3px 2px #BCEEAD; box-shadow:1px 1px 3px 2px #BCEEAD;">
Div content here
</div>
This text has color #BCEEAD on black background.
This text has color #BCEEAD on white background.
This text has black color on #BCEEAD background.
This text has white color on #BCEEAD background.
Complementary color for #hex is #431152.