HEX: #BCE997
RGB: (188,233,151)
#BCE997 contains mainly red and green colors. Web safe color of #BCE997 is #CCFF99 (or #CF9).
#BCE997 color RGB value is (188,233,151).
RGB: (188,233,151)
(74%, 91%, 59%)
R 188 of 255 = 74%
G 233 of 255 = 91%
B 151 of 255 = 59%
R + G + B ~ 75%. #BCE997 is quite light color.
R + G + B = 188 + 233 + 151 = 572 (100%)
R 188 of 572 ~ 32.87%
G 233 of 572 ~ 40.73%
B 151 of 572 ~ 26.4'%
#BCE997 color CMYK value is (19,0,35,9).
CMYK: (19,0,35,9)
C19M0Y35K9 (19%, 0%, 35%, 9%)
(0.19 / 0.00 / 0.35 / 0.09)
Color #BCE997 in popluar color models
BC | E9 | 97 | |
---|---|---|---|
RGB | 188 | 233 | 151 |
HSL | 93° | 65.08% | 75.29% |
HSB/HSV | 93° | 35.19% | 91.37% |
CMYK | 19.31% | 0.00% | 35.19% |
8.63% |
Color #BCE997 in popluar number systems.
HEX | BC | E9 | 97 |
Decimal | 188 | 233 | 151 |
Binary | 10111100 | 11101001 | 10010111 |
Octal | 274 | 351 | 227 |
Shades of #BCE997
Tints of #BCE997
Examples of css and html codes for elements with #BCE997 color. Also use rgb(188,233,151) instead hex code.
.myTextColor { color: #BCE997; }
<p style="color:#BCE997">This sample text font color is #BCE997.</p>
This text font color is #BCE997.
.myBgColor { background-color: #BCE997; }
<div style="background-color:#BCE997">Inner text</div>
This div background color is #BCE997.
.myBorderColor { border: 1px solid #BCE997; }
<div style="border:3px solid #BCE997">Div</div>
This div border color is #BCE997.
.myOpacity80 { color: #BCE997; opacity: 0.8; }
<p style="color:#BCE997;opacity:0.8;">80%</p>
Text with #BCE997 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCE997;}
<p style="text-shadow: 3px 3px 1px #BCE997">Text here.</p>
This text has shadow with #BCE997 color.
.textShadow {text-shadow: 3px 3px 1px #BCE997', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCE997, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCE997 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCE997, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCE997, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCE997 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCE997;
-webkit-box-shadow: 1px 1px 3px 2px #BCE997;
box-shadow: 1px 1px 3px 2px #BCE997;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCE997; -webkit-box-shadow: 1px 1px 3px 2px #BCE997; box-shadow:1px 1px 3px 2px #BCE997;">
Div content here
</div>
This text has color #BCE997 on black background.
This text has color #BCE997 on white background.
This text has black color on #BCE997 background.
This text has white color on #BCE997 background.
Complementary color for #hex is #431668.