HEX: #BCD793
RGB: (188,215,147)
#BCD793 contains mainly red and green colors. Web safe color of #BCD793 is #CCCC99 (or #CC9).
#BCD793 color RGB value is (188,215,147).
RGB: (188,215,147)
(74%, 84%, 58%)
R 188 of 255 = 74%
G 215 of 255 = 84%
B 147 of 255 = 58%
R + G + B ~ 72%. #BCD793 is quite light color.
R + G + B = 188 + 215 + 147 = 550 (100%)
R 188 of 550 ~ 34.18%
G 215 of 550 ~ 39.09%
B 147 of 550 ~ 26.73'%
#BCD793 color CMYK value is (13,0,32,16).
CMYK: (13,0,32,16) C13M0Y32K16 (13%,0%,32%,16%) (0.13/0.00/0.32/0.16)
Color #BCD793 in popluar color models
BC | D7 | 93 | |
---|---|---|---|
RGB | 188 | 215 | 147 |
HSL | 84° | 45.95% | 70.98% |
HSB/HSV | 84° | 31.63% | 84.31% |
CMYK | 12.56% | 0.00% | 31.63% |
15.69% |
Color #BCD793 in popluar number systems.
HEX | BC | D7 | 93 |
Decimal | 188 | 215 | 147 |
Binary | 10111100 | 11010111 | 10010011 |
Octal | 274 | 327 | 223 |
Shades of #BCD793
Tints of #BCD793
Examples of css and html codes for elements with #BCD793 color. Also use rgb(188,215,147) instead hex code.
.myTextColor { color: #BCD793; }
<p style="color:#BCD793">This sample text font color is #BCD793.</p>
This text font color is #BCD793.
.myBgColor { background-color: #BCD793; }
<div style="background-color:#BCD793">Inner text</div>
This div background color is #BCD793.
.myBorderColor { border: 1px solid #BCD793; }
<div style="border:3px solid #BCD793">Div</div>
This div border color is #BCD793.
.myOpacity80 { color: #BCD793; opacity: 0.8; }
<p style="color:#BCD793;opacity:0.8;">80%</p>
Text with #BCD793 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCD793;}
<p style="text-shadow: 3px 3px 1px #BCD793">Text here.</p>
This text has shadow with #BCD793 color.
.textShadow {text-shadow: 3px 3px 1px #BCD793', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCD793, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCD793 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCD793, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCD793, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCD793 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCD793;
-webkit-box-shadow: 1px 1px 3px 2px #BCD793;
box-shadow: 1px 1px 3px 2px #BCD793;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCD793; -webkit-box-shadow: 1px 1px 3px 2px #BCD793; box-shadow:1px 1px 3px 2px #BCD793;">
Div content here
</div>
This text has color #BCD793 on black background.
This text has color #BCD793 on white background.
This text has black color on #BCD793 background.
This text has white color on #BCD793 background.
Complementary color for #hex is #43286C.