Shades of East Side #BC86CE
Tints of East Side #BC86CE
RGB
CMYK
RGB Variations
Color information
#BC86CE (or 0xBC86CE) is known color: East Side. HEX triplet: BC, 86 and CE. RGB value is (188,134,206). Sum of RGB (Red+Green+Blue) = 188+134+206=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC86CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86CE is #437931. Grayscale: #9E9E9E. Windows color (decimal): -4421938 or 13534908. OLE color: 13534908.
HSL color Cylindrical-coordinate representation of color #BC86CE: hue angle of 285º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC86CE is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 134 | 206 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.19 |
| HSL | 285º | 0.42% | 0.67% | - |
| HSV(B) | 285º | 0.35% | 0.81% | - |
| XYZ | 40.4 | 32.2 | 62.48 | - |
| YUV | 158.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 206 | 0.09 | 0.35 | 0 | 0.19 | 285 | 0.42 | 0.67 |
| Hex | BC | 86 | CE | 9 | 23 | 0 | 13 | 11D | 2A | 43 |
| Octal | 274 | 206 | 316 | 11 | 43 | 0 | 23 | 435 | 52 | 103 |
| Binary | 10111100 | 10000110 | 11001110 | 1001 | 100011 | 0 | 10011 | 100011101 | 101010 | 1000011 |
Color Harmonies of #BC86CE
Complementary color
Monochromatic Colors of #BC86CE
Black with #BC86CE
Text Example
Text Example
White with #BC86CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC86CE; }
p { color: rgb(188,134,206); }
H1.HeaderClassName
{
color: #BC86CE;
}
.AnyTagClassName
{
color: #BC86CE;
}
</style>
background-color css
<style>
a { background-color: #BC86CE; }
a { background-color: rgb(188,134,206); }
div.DivClassName
{
background-color: #BC86CE;
}
.BgClassName
{
background-color: #BC86CE;
}
</style>
border-color css
<style>
span { border-color: #BC86CE; }
span { border-color: rgb(188,134,206); }
td.TdClassName
{
border-color: #BC86CE;
}
.TagClassName
{
border-color: #BC86CE;
}
</style>