HEX: #BC829E
RGB: (188,130,158)
#BC829E contains red, green and blue colors in about the same proportion. Web safe color of #BC829E is #CC9999 (or #C99).
#BC829E color RGB value is (188,130,158).
RGB: (188,130,158)
(74%, 51%, 62%)
R 188 of 255 = 74%
G 130 of 255 = 51%
B 158 of 255 = 62%
R + G + B ~ 62%. #BC829E is quite light color.
R + G + B = 188 + 130 + 158 = 476 (100%)
R 188 of 476 ~ 39.5%
G 130 of 476 ~ 27.31%
B 158 of 476 ~ 33.19'%
#BC829E color CMYK value is (0,31,16,26).
CMYK: (0,31,16,26)
C0M31Y16K26 (0%, 31%, 16%, 26%)
(0.00 / 0.31 / 0.16 / 0.26)
Color #BC829E in popluar color models
BC | 82 | 9E | |
---|---|---|---|
RGB | 188 | 130 | 158 |
HSL | 331° | 30.21% | 62.35% |
HSB/HSV | 331° | 30.85% | 73.73% |
CMYK | 0.00% | 30.85% | 15.96% |
26.27% |
Color #BC829E in popluar number systems.
HEX | BC | 82 | 9E |
Decimal | 188 | 130 | 158 |
Binary | 10111100 | 10000010 | 10011110 |
Octal | 274 | 202 | 236 |
Shades of #BC829E
Tints of #BC829E
Examples of css and html codes for elements with #BC829E color. Also use rgb(188,130,158) instead hex code.
.myTextColor { color: #BC829E; }
<p style="color:#BC829E">This sample text font color is #BC829E.</p>
This text font color is #BC829E.
.myBgColor { background-color: #BC829E; }
<div style="background-color:#BC829E">Inner text</div>
This div background color is #BC829E.
.myBorderColor { border: 1px solid #BC829E; }
<div style="border:3px solid #BC829E">Div</div>
This div border color is #BC829E.
.myOpacity80 { color: #BC829E; opacity: 0.8; }
<p style="color:#BC829E;opacity:0.8;">80%</p>
Text with #BC829E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC829E;}
<p style="text-shadow: 3px 3px 1px #BC829E">Text here.</p>
This text has shadow with #BC829E color.
.textShadow {text-shadow: 3px 3px 1px #BC829E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC829E, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC829E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC829E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC829E, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC829E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC829E;
-webkit-box-shadow: 1px 1px 3px 2px #BC829E;
box-shadow: 1px 1px 3px 2px #BC829E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC829E; -webkit-box-shadow: 1px 1px 3px 2px #BC829E; box-shadow:1px 1px 3px 2px #BC829E;">
Div content here
</div>
This text has color #BC829E on black background.
This text has color #BC829E on white background.
This text has black color on #BC829E background.
This text has white color on #BC829E background.
Complementary color for #hex is #437D61.