HEX: #BC85BE
RGB: (188,133,190)
#BC85BE contains red, green and blue colors in about the same proportion. Web safe color of #BC85BE is #CC99CC (or #C9C).
#BC85BE color RGB value is (188,133,190).
RGB: (188,133,190)
(74%, 52%, 75%)
R 188 of 255 = 74%
G 133 of 255 = 52%
B 190 of 255 = 75%
R + G + B ~ 67%. #BC85BE is quite light color.
R + G + B = 188 + 133 + 190 = 511 (100%)
R 188 of 511 ~ 36.79%
G 133 of 511 ~ 26.03%
B 190 of 511 ~ 37.18'%
#BC85BE color CMYK value is (1,30,0,25).
CMYK: (1,30,0,25)
C1M30Y0K25 (1%, 30%, 0%, 25%)
(0.01 / 0.30 / 0.00 / 0.25)
Color #BC85BE in popluar color models
BC | 85 | BE | |
---|---|---|---|
RGB | 188 | 133 | 190 |
HSL | 298° | 30.48% | 63.33% |
HSB/HSV | 298° | 30.00% | 74.51% |
CMYK | 1.05% | 30.00% | 0.00% |
25.49% |
Color #BC85BE in popluar number systems.
HEX | BC | 85 | BE |
Decimal | 188 | 133 | 190 |
Binary | 10111100 | 10000101 | 10111110 |
Octal | 274 | 205 | 276 |
Shades of #BC85BE
Tints of #BC85BE
Examples of css and html codes for elements with #BC85BE color. Also use rgb(188,133,190) instead hex code.
.myTextColor { color: #BC85BE; }
<p style="color:#BC85BE">This sample text font color is #BC85BE.</p>
This text font color is #BC85BE.
.myBgColor { background-color: #BC85BE; }
<div style="background-color:#BC85BE">Inner text</div>
This div background color is #BC85BE.
.myBorderColor { border: 1px solid #BC85BE; }
<div style="border:3px solid #BC85BE">Div</div>
This div border color is #BC85BE.
.myOpacity80 { color: #BC85BE; opacity: 0.8; }
<p style="color:#BC85BE;opacity:0.8;">80%</p>
Text with #BC85BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC85BE;}
<p style="text-shadow: 3px 3px 1px #BC85BE">Text here.</p>
This text has shadow with #BC85BE color.
.textShadow {text-shadow: 3px 3px 1px #BC85BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC85BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC85BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC85BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC85BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC85BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC85BE;
-webkit-box-shadow: 1px 1px 3px 2px #BC85BE;
box-shadow: 1px 1px 3px 2px #BC85BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC85BE; -webkit-box-shadow: 1px 1px 3px 2px #BC85BE; box-shadow:1px 1px 3px 2px #BC85BE;">
Div content here
</div>
This text has color #BC85BE on black background.
This text has color #BC85BE on white background.
This text has black color on #BC85BE background.
This text has white color on #BC85BE background.
Complementary color for #hex is #437A41.