Shades of East Side #BC86D1
Tints of East Side #BC86D1
RGB
CMYK
RGB Variations
Color information
#BC86D1 (or 0xBC86D1) is known color: East Side. HEX triplet: BC, 86 and D1. RGB value is (188,134,209). Sum of RGB (Red+Green+Blue) = 188+134+209=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC86D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86D1 is #43792E. Grayscale: #9E9E9E. Windows color (decimal): -4421935 or 13731516. OLE color: 13731516.
HSL color Cylindrical-coordinate representation of color #BC86D1: hue angle of 283.2º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC86D1 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 134 | 209 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.18 |
| HSL | 283.2º | 0.45% | 0.67% | - |
| HSV(B) | 283.2º | 0.36% | 0.82% | - |
| XYZ | 40.77 | 32.35 | 64.42 | - |
| YUV | 158.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 209 | 0.10 | 0.36 | 0 | 0.18 | 283.2 | 0.45 | 0.67 |
| Hex | BC | 86 | D1 | A | 24 | 0 | 12 | 11B | 2D | 43 |
| Octal | 274 | 206 | 321 | 12 | 44 | 0 | 22 | 433 | 55 | 103 |
| Binary | 10111100 | 10000110 | 11010001 | 1010 | 100100 | 0 | 10010 | 100011011 | 101101 | 1000011 |
Color Harmonies of #BC86D1
Complementary color
Monochromatic Colors of #BC86D1
Black with #BC86D1
Text Example
Text Example
White with #BC86D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC86D1; }
p { color: rgb(188,134,209); }
H1.HeaderClassName
{
color: #BC86D1;
}
.AnyTagClassName
{
color: #BC86D1;
}
</style>
background-color css
<style>
a { background-color: #BC86D1; }
a { background-color: rgb(188,134,209); }
div.DivClassName
{
background-color: #BC86D1;
}
.BgClassName
{
background-color: #BC86D1;
}
</style>
border-color css
<style>
span { border-color: #BC86D1; }
span { border-color: rgb(188,134,209); }
td.TdClassName
{
border-color: #BC86D1;
}
.TagClassName
{
border-color: #BC86D1;
}
</style>