HEX: #BC9FAD
RGB: (188,159,173)
#BC9FAD contains red, green and blue colors in about the same proportion. Web safe color of #BC9FAD is #CC9999 (or #C99).
#BC9FAD color RGB value is (188,159,173).
RGB: (188,159,173)
(74%, 62%, 68%)
R 188 of 255 = 74%
G 159 of 255 = 62%
B 173 of 255 = 68%
R + G + B ~ 68%. #BC9FAD is quite light color.
R + G + B = 188 + 159 + 173 = 520 (100%)
R 188 of 520 ~ 36.15%
G 159 of 520 ~ 30.58%
B 173 of 520 ~ 33.27'%
#BC9FAD color CMYK value is (0,15,8,26).
CMYK: (0,15,8,26) C0M15Y8K26 (0%,15%,8%,26%) (0.00/0.15/0.08/0.26)
Color #BC9FAD in popluar color models
BC | 9F | AD | |
---|---|---|---|
RGB | 188 | 159 | 173 |
HSL | 331° | 17.79% | 68.04% |
HSB/HSV | 331° | 15.43% | 73.73% |
CMYK | 0.00% | 15.43% | 7.98% |
26.27% |
Color #BC9FAD in popluar number systems.
HEX | BC | 9F | AD |
Decimal | 188 | 159 | 173 |
Binary | 10111100 | 10011111 | 10101101 |
Octal | 274 | 237 | 255 |
Shades of #BC9FAD
Tints of #BC9FAD
Examples of css and html codes for elements with #BC9FAD color. Also use rgb(188,159,173) instead hex code.
.myTextColor { color: #BC9FAD; }
<p style="color:#BC9FAD">This sample text font color is #BC9FAD.</p>
This text font color is #BC9FAD.
.myBgColor { background-color: #BC9FAD; }
<div style="background-color:#BC9FAD">Inner text</div>
This div background color is #BC9FAD.
.myBorderColor { border: 1px solid #BC9FAD; }
<div style="border:3px solid #BC9FAD">Div</div>
This div border color is #BC9FAD.
.myOpacity80 { color: #BC9FAD; opacity: 0.8; }
<p style="color:#BC9FAD;opacity:0.8;">80%</p>
Text with #BC9FAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC9FAD;}
<p style="text-shadow: 3px 3px 1px #BC9FAD">Text here.</p>
This text has shadow with #BC9FAD color.
.textShadow {text-shadow: 3px 3px 1px #BC9FAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC9FAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC9FAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC9FAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC9FAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC9FAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC9FAD;
-webkit-box-shadow: 1px 1px 3px 2px #BC9FAD;
box-shadow: 1px 1px 3px 2px #BC9FAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC9FAD; -webkit-box-shadow: 1px 1px 3px 2px #BC9FAD; box-shadow:1px 1px 3px 2px #BC9FAD;">
Div content here
</div>
This text has color #BC9FAD on black background.
This text has color #BC9FAD on white background.
This text has black color on #BC9FAD background.
This text has white color on #BC9FAD background.
Complementary color for #hex is #436052.