HEX: #BC7EAC
RGB: (188,126,172)
#BC7EAC contains mainly red and blue colors. Web safe color of #BC7EAC is #CC6699 (or #C69).
#BC7EAC color RGB value is (188,126,172).
RGB: (188,126,172)
(74%, 49%, 67%)
R 188 of 255 = 74%
G 126 of 255 = 49%
B 172 of 255 = 67%
R + G + B ~ 63%. #BC7EAC is quite light color.
R + G + B = 188 + 126 + 172 = 486 (100%)
R 188 of 486 ~ 38.68%
G 126 of 486 ~ 25.93%
B 172 of 486 ~ 35.39'%
#BC7EAC color CMYK value is (0,33,9,26).
CMYK: (0,33,9,26) C0M33Y9K26 (0%,33%,9%,26%) (0.00/0.33/0.09/0.26)
Color #BC7EAC in popluar color models
BC | 7E | AC | |
---|---|---|---|
RGB | 188 | 126 | 172 |
HSL | 315° | 31.63% | 61.57% |
HSB/HSV | 315° | 32.98% | 73.73% |
CMYK | 0.00% | 32.98% | 8.51% |
26.27% |
Color #BC7EAC in popluar number systems.
HEX | BC | 7E | AC |
Decimal | 188 | 126 | 172 |
Binary | 10111100 | 1111110 | 10101100 |
Octal | 274 | 176 | 254 |
Shades of #BC7EAC
Tints of #BC7EAC
Examples of css and html codes for elements with #BC7EAC color. Also use rgb(188,126,172) instead hex code.
.myTextColor { color: #BC7EAC; }
<p style="color:#BC7EAC">This sample text font color is #BC7EAC.</p>
This text font color is #BC7EAC.
.myBgColor { background-color: #BC7EAC; }
<div style="background-color:#BC7EAC">Inner text</div>
This div background color is #BC7EAC.
.myBorderColor { border: 1px solid #BC7EAC; }
<div style="border:3px solid #BC7EAC">Div</div>
This div border color is #BC7EAC.
.myOpacity80 { color: #BC7EAC; opacity: 0.8; }
<p style="color:#BC7EAC;opacity:0.8;">80%</p>
Text with #BC7EAC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC7EAC;}
<p style="text-shadow: 3px 3px 1px #BC7EAC">Text here.</p>
This text has shadow with #BC7EAC color.
.textShadow {text-shadow: 3px 3px 1px #BC7EAC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC7EAC, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC7EAC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC7EAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC7EAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC7EAC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC7EAC;
-webkit-box-shadow: 1px 1px 3px 2px #BC7EAC;
box-shadow: 1px 1px 3px 2px #BC7EAC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC7EAC; -webkit-box-shadow: 1px 1px 3px 2px #BC7EAC; box-shadow:1px 1px 3px 2px #BC7EAC;">
Div content here
</div>
This text has color #BC7EAC on black background.
This text has color #BC7EAC on white background.
This text has black color on #BC7EAC background.
This text has white color on #BC7EAC background.
Complementary color for #hex is #438153.