Shades of East Side #B988CE
Tints of East Side #B988CE
RGB
CMYK
RGB Variations
Color information
#B988CE (or 0xB988CE) is known color: East Side. HEX triplet: B9, 88 and CE. RGB value is (185,136,206). Sum of RGB (Red+Green+Blue) = 185+136+206=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #B988CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988CE is #467731. Grayscale: #9E9E9E. Windows color (decimal): -4618034 or 13535417. OLE color: 13535417.
HSL color Cylindrical-coordinate representation of color #B988CE: hue angle of 282º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B988CE is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 136 | 206 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.19 |
| HSL | 282º | 0.42% | 0.67% | - |
| HSV(B) | 282º | 0.34% | 0.81% | - |
| XYZ | 39.95 | 32.38 | 62.54 | - |
| YUV | 158.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 206 | 0.10 | 0.34 | 0 | 0.19 | 282 | 0.42 | 0.67 |
| Hex | B9 | 88 | CE | A | 22 | 0 | 13 | 11A | 2A | 43 |
| Octal | 271 | 210 | 316 | 12 | 42 | 0 | 23 | 432 | 52 | 103 |
| Binary | 10111001 | 10001000 | 11001110 | 1010 | 100010 | 0 | 10011 | 100011010 | 101010 | 1000011 |
Color Harmonies of #B988CE
Complementary color
Monochromatic Colors of #B988CE
Black with #B988CE
Text Example
Text Example
White with #B988CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B988CE; }
p { color: rgb(185,136,206); }
H1.HeaderClassName
{
color: #B988CE;
}
.AnyTagClassName
{
color: #B988CE;
}
</style>
background-color css
<style>
a { background-color: #B988CE; }
a { background-color: rgb(185,136,206); }
div.DivClassName
{
background-color: #B988CE;
}
.BgClassName
{
background-color: #B988CE;
}
</style>
border-color css
<style>
span { border-color: #B988CE; }
span { border-color: rgb(185,136,206); }
td.TdClassName
{
border-color: #B988CE;
}
.TagClassName
{
border-color: #B988CE;
}
</style>