Shades of East Side #BC86D2
Tints of East Side #BC86D2
RGB
CMYK
RGB Variations
Color information
#BC86D2 (or 0xBC86D2) is known color: East Side. HEX triplet: BC, 86 and D2. RGB value is (188,134,210). Sum of RGB (Red+Green+Blue) = 188+134+210=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC86D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86D2 is #43792D. Grayscale: #9E9E9E. Windows color (decimal): -4421934 or 13797052. OLE color: 13797052.
HSL color Cylindrical-coordinate representation of color #BC86D2: hue angle of 282.63º degrees, saturation: 0.46, 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 #BC86D2 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 134 | 210 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.18 |
| HSL | 282.63º | 0.46% | 0.67% | - |
| HSV(B) | 282.63º | 0.36% | 0.82% | - |
| XYZ | 40.9 | 32.39 | 65.07 | - |
| YUV | 158.81 | 156.89 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 210 | 0.10 | 0.36 | 0 | 0.18 | 282.63 | 0.46 | 0.67 |
| Hex | BC | 86 | D2 | A | 24 | 0 | 12 | 11B | 2E | 43 |
| Octal | 274 | 206 | 322 | 12 | 44 | 0 | 22 | 433 | 56 | 103 |
| Binary | 10111100 | 10000110 | 11010010 | 1010 | 100100 | 0 | 10010 | 100011011 | 101110 | 1000011 |
Color Harmonies of #BC86D2
Complementary color
Monochromatic Colors of #BC86D2
Black with #BC86D2
Text Example
Text Example
White with #BC86D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC86D2; }
p { color: rgb(188,134,210); }
H1.HeaderClassName
{
color: #BC86D2;
}
.AnyTagClassName
{
color: #BC86D2;
}
</style>
background-color css
<style>
a { background-color: #BC86D2; }
a { background-color: rgb(188,134,210); }
div.DivClassName
{
background-color: #BC86D2;
}
.BgClassName
{
background-color: #BC86D2;
}
</style>
border-color css
<style>
span { border-color: #BC86D2; }
span { border-color: rgb(188,134,210); }
td.TdClassName
{
border-color: #BC86D2;
}
.TagClassName
{
border-color: #BC86D2;
}
</style>