HEX: #BC93CE
RGB: (188,147,206)
#BC93CE contains red, green and blue colors in about the same proportion. Web safe color of #BC93CE is #CC99CC (or #C9C).
#BC93CE color RGB value is (188,147,206).
RGB: (188,147,206)
(74%, 58%, 81%)
R 188 of 255 = 74%
G 147 of 255 = 58%
B 206 of 255 = 81%
R + G + B ~ 71%. #BC93CE is quite light color.
R + G + B = 188 + 147 + 206 = 541 (100%)
R 188 of 541 ~ 34.75%
G 147 of 541 ~ 27.17%
B 206 of 541 ~ 38.08'%
#BC93CE color CMYK value is (9,29,0,19).
CMYK: (9,29,0,19) C9M29Y0K19 (9%,29%,0%,19%) (0.09/0.29/0.00/0.19)
Color #BC93CE in popluar color models
BC | 93 | CE | |
---|---|---|---|
RGB | 188 | 147 | 206 |
HSL | 282° | 37.58% | 69.22% |
HSB/HSV | 282° | 28.64% | 80.78% |
CMYK | 8.74% | 28.64% | 0.00% |
19.22% |
Color #BC93CE in popluar number systems.
HEX | BC | 93 | CE |
Decimal | 188 | 147 | 206 |
Binary | 10111100 | 10010011 | 11001110 |
Octal | 274 | 223 | 316 |
Shades of #BC93CE
Tints of #BC93CE
Examples of css and html codes for elements with #BC93CE color. Also use rgb(188,147,206) instead hex code.
.myTextColor { color: #BC93CE; }
<p style="color:#BC93CE">This sample text font color is #BC93CE.</p>
This text font color is #BC93CE.
.myBgColor { background-color: #BC93CE; }
<div style="background-color:#BC93CE">Inner text</div>
This div background color is #BC93CE.
.myBorderColor { border: 1px solid #BC93CE; }
<div style="border:3px solid #BC93CE">Div</div>
This div border color is #BC93CE.
.myOpacity80 { color: #BC93CE; opacity: 0.8; }
<p style="color:#BC93CE;opacity:0.8;">80%</p>
Text with #BC93CE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC93CE;}
<p style="text-shadow: 3px 3px 1px #BC93CE">Text here.</p>
This text has shadow with #BC93CE color.
.textShadow {text-shadow: 3px 3px 1px #BC93CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC93CE, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC93CE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC93CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC93CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC93CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC93CE;
-webkit-box-shadow: 1px 1px 3px 2px #BC93CE;
box-shadow: 1px 1px 3px 2px #BC93CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC93CE; -webkit-box-shadow: 1px 1px 3px 2px #BC93CE; box-shadow:1px 1px 3px 2px #BC93CE;">
Div content here
</div>
This text has color #BC93CE on black background.
This text has color #BC93CE on white background.
This text has black color on #BC93CE background.
This text has white color on #BC93CE background.
Complementary color for #hex is #436C31.