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