Shades of East Side #B987CC
Tints of East Side #B987CC
RGB
CMYK
RGB Variations
Color information
#B987CC (or 0xB987CC) is known color: East Side. HEX triplet: B9, 87 and CC. RGB value is (185,135,204). Sum of RGB (Red+Green+Blue) = 185+135+204=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #B987CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987CC is #467833. Grayscale: #9D9D9D. Windows color (decimal): -4618292 or 13404089. OLE color: 13404089.
HSL color Cylindrical-coordinate representation of color #B987CC: hue angle of 283.48º 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 #B987CC is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 135 | 204 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.2 |
| HSL | 283.48º | 0.4% | 0.66% | - |
| HSV(B) | 283.48º | 0.34% | 0.8% | - |
| XYZ | 39.57 | 32 | 61.22 | - |
| YUV | 157.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 204 | 0.09 | 0.34 | 0 | 0.2 | 283.48 | 0.4 | 0.66 |
| Hex | B9 | 87 | CC | 9 | 22 | 0 | 14 | 11B | 28 | 42 |
| Octal | 271 | 207 | 314 | 11 | 42 | 0 | 24 | 433 | 50 | 102 |
| Binary | 10111001 | 10000111 | 11001100 | 1001 | 100010 | 0 | 10100 | 100011011 | 101000 | 1000010 |
Color Harmonies of #B987CC
Complementary color
Monochromatic Colors of #B987CC
Black with #B987CC
Text Example
Text Example
White with #B987CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B987CC; }
p { color: rgb(185,135,204); }
H1.HeaderClassName
{
color: #B987CC;
}
.AnyTagClassName
{
color: #B987CC;
}
</style>
background-color css
<style>
a { background-color: #B987CC; }
a { background-color: rgb(185,135,204); }
div.DivClassName
{
background-color: #B987CC;
}
.BgClassName
{
background-color: #B987CC;
}
</style>
border-color css
<style>
span { border-color: #B987CC; }
span { border-color: rgb(185,135,204); }
td.TdClassName
{
border-color: #B987CC;
}
.TagClassName
{
border-color: #B987CC;
}
</style>