HEX: #BCE496
RGB: (188,228,150)
#BCE496 contains mainly red and green colors. Web safe color of #BCE496 is #CCCC99 (or #CC9).
#BCE496 color RGB value is (188,228,150).
RGB: (188,228,150)
(74%, 89%, 59%)
R 188 of 255 = 74%
G 228 of 255 = 89%
B 150 of 255 = 59%
R + G + B ~ 74%. #BCE496 is quite light color.
R + G + B = 188 + 228 + 150 = 566 (100%)
R 188 of 566 ~ 33.22%
G 228 of 566 ~ 40.28%
B 150 of 566 ~ 26.5'%
#BCE496 color CMYK value is (18,0,34,11).
CMYK: (18,0,34,11) C18M0Y34K11 (18%,0%,34%,11%) (0.18/0.00/0.34/0.11)
Color #BCE496 in popluar color models
BC | E4 | 96 | |
---|---|---|---|
RGB | 188 | 228 | 150 |
HSL | 91° | 59.09% | 74.12% |
HSB/HSV | 91° | 34.21% | 89.41% |
CMYK | 17.54% | 0.00% | 34.21% |
10.59% |
Color #BCE496 in popluar number systems.
HEX | BC | E4 | 96 |
Decimal | 188 | 228 | 150 |
Binary | 10111100 | 11100100 | 10010110 |
Octal | 274 | 344 | 226 |
Shades of #BCE496
Tints of #BCE496
Examples of css and html codes for elements with #BCE496 color. Also use rgb(188,228,150) instead hex code.
.myTextColor { color: #BCE496; }
<p style="color:#BCE496">This sample text font color is #BCE496.</p>
This text font color is #BCE496.
.myBgColor { background-color: #BCE496; }
<div style="background-color:#BCE496">Inner text</div>
This div background color is #BCE496.
.myBorderColor { border: 1px solid #BCE496; }
<div style="border:3px solid #BCE496">Div</div>
This div border color is #BCE496.
.myOpacity80 { color: #BCE496; opacity: 0.8; }
<p style="color:#BCE496;opacity:0.8;">80%</p>
Text with #BCE496 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCE496;}
<p style="text-shadow: 3px 3px 1px #BCE496">Text here.</p>
This text has shadow with #BCE496 color.
.textShadow {text-shadow: 3px 3px 1px #BCE496', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCE496, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCE496 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCE496, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCE496, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCE496 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCE496;
-webkit-box-shadow: 1px 1px 3px 2px #BCE496;
box-shadow: 1px 1px 3px 2px #BCE496;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCE496; -webkit-box-shadow: 1px 1px 3px 2px #BCE496; box-shadow:1px 1px 3px 2px #BCE496;">
Div content here
</div>
This text has color #BCE496 on black background.
This text has color #BCE496 on white background.
This text has black color on #BCE496 background.
This text has white color on #BCE496 background.
Complementary color for #hex is #431B69.