HEX: #BC7EBF
RGB: (188,126,191)
#BC7EBF contains mainly red and blue colors. Web safe color of #BC7EBF is #CC66CC (or #C6C).
#BC7EBF color RGB value is (188,126,191).
RGB: (188,126,191)
(74%, 49%, 75%)
R 188 of 255 = 74%
G 126 of 255 = 49%
B 191 of 255 = 75%
R + G + B ~ 66%. #BC7EBF is quite light color.
R + G + B = 188 + 126 + 191 = 505 (100%)
R 188 of 505 ~ 37.23%
G 126 of 505 ~ 24.95%
B 191 of 505 ~ 37.82'%
#BC7EBF color CMYK value is (2,34,0,25).
CMYK: (2,34,0,25) C2M34Y0K25 (2%,34%,0%,25%) (0.02/0.34/0.00/0.25)
Color #BC7EBF in popluar color models
BC | 7E | BF | |
---|---|---|---|
RGB | 188 | 126 | 191 |
HSL | 297° | 33.68% | 62.16% |
HSB/HSV | 297° | 34.03% | 74.90% |
CMYK | 1.57% | 34.03% | 0.00% |
25.10% |
Color #BC7EBF in popluar number systems.
HEX | BC | 7E | BF |
Decimal | 188 | 126 | 191 |
Binary | 10111100 | 1111110 | 10111111 |
Octal | 274 | 176 | 277 |
Shades of #BC7EBF
Tints of #BC7EBF
Examples of css and html codes for elements with #BC7EBF color. Also use rgb(188,126,191) instead hex code.
.myTextColor { color: #BC7EBF; }
<p style="color:#BC7EBF">This sample text font color is #BC7EBF.</p>
This text font color is #BC7EBF.
.myBgColor { background-color: #BC7EBF; }
<div style="background-color:#BC7EBF">Inner text</div>
This div background color is #BC7EBF.
.myBorderColor { border: 1px solid #BC7EBF; }
<div style="border:3px solid #BC7EBF">Div</div>
This div border color is #BC7EBF.
.myOpacity80 { color: #BC7EBF; opacity: 0.8; }
<p style="color:#BC7EBF;opacity:0.8;">80%</p>
Text with #BC7EBF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC7EBF;}
<p style="text-shadow: 3px 3px 1px #BC7EBF">Text here.</p>
This text has shadow with #BC7EBF color.
.textShadow {text-shadow: 3px 3px 1px #BC7EBF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC7EBF, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC7EBF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC7EBF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC7EBF, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC7EBF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC7EBF;
-webkit-box-shadow: 1px 1px 3px 2px #BC7EBF;
box-shadow: 1px 1px 3px 2px #BC7EBF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC7EBF; -webkit-box-shadow: 1px 1px 3px 2px #BC7EBF; box-shadow:1px 1px 3px 2px #BC7EBF;">
Div content here
</div>
This text has color #BC7EBF on black background.
This text has color #BC7EBF on white background.
This text has black color on #BC7EBF background.
This text has white color on #BC7EBF background.
Complementary color for #hex is #438140.