Shades of East Side #B986CB
Tints of East Side #B986CB
RGB
CMYK
RGB Variations
Color information
#B986CB (or 0xB986CB) is known color: East Side. HEX triplet: B9, 86 and CB. RGB value is (185,134,203). Sum of RGB (Red+Green+Blue) = 185+134+203=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #B986CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986CB is #467934. Grayscale: #9C9C9C. Windows color (decimal): -4618549 or 13338297. OLE color: 13338297.
HSL color Cylindrical-coordinate representation of color #B986CB: hue angle of 284.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B986CB is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 134 | 203 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.20 |
| HSL | 284.35º | 0.4% | 0.66% | - |
| HSV(B) | 284.35º | 0.34% | 0.8% | - |
| XYZ | 39.31 | 31.68 | 60.54 | - |
| YUV | 157.12 | 153.9 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 134 | 203 | 0.09 | 0.34 | 0 | 0.20 | 284.35 | 0.4 | 0.66 |
| Hex | B9 | 86 | CB | 9 | 22 | 0 | 14 | 11C | 28 | 42 |
| Octal | 271 | 206 | 313 | 11 | 42 | 0 | 24 | 434 | 50 | 102 |
| Binary | 10111001 | 10000110 | 11001011 | 1001 | 100010 | 0 | 10100 | 100011100 | 101000 | 1000010 |
Color Harmonies of #B986CB
Complementary color
Monochromatic Colors of #B986CB
Black with #B986CB
Text Example
Text Example
White with #B986CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B986CB; }
p { color: rgb(185,134,203); }
H1.HeaderClassName
{
color: #B986CB;
}
.AnyTagClassName
{
color: #B986CB;
}
</style>
background-color css
<style>
a { background-color: #B986CB; }
a { background-color: rgb(185,134,203); }
div.DivClassName
{
background-color: #B986CB;
}
.BgClassName
{
background-color: #B986CB;
}
</style>
border-color css
<style>
span { border-color: #B986CB; }
span { border-color: rgb(185,134,203); }
td.TdClassName
{
border-color: #B986CB;
}
.TagClassName
{
border-color: #B986CB;
}
</style>