Shades of East Side #B988D0
Tints of East Side #B988D0
RGB
CMYK
RGB Variations
Color information
#B988D0 (or 0xB988D0) is known color: East Side. HEX triplet: B9, 88 and D0. RGB value is (185,136,208). Sum of RGB (Red+Green+Blue) = 185+136+208=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #B988D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988D0 is #46772F. Grayscale: #9E9E9E. Windows color (decimal): -4618032 or 13666489. OLE color: 13666489.
HSL color Cylindrical-coordinate representation of color #B988D0: hue angle of 280.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B988D0 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 136 | 208 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.18 |
| HSL | 280.83º | 0.43% | 0.67% | - |
| HSV(B) | 280.83º | 0.35% | 0.82% | - |
| XYZ | 40.2 | 32.48 | 63.82 | - |
| YUV | 158.86 | 155.73 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 208 | 0.11 | 0.35 | 0 | 0.18 | 280.83 | 0.43 | 0.67 |
| Hex | B9 | 88 | D0 | B | 23 | 0 | 12 | 119 | 2B | 43 |
| Octal | 271 | 210 | 320 | 13 | 43 | 0 | 22 | 431 | 53 | 103 |
| Binary | 10111001 | 10001000 | 11010000 | 1011 | 100011 | 0 | 10010 | 100011001 | 101011 | 1000011 |
Color Harmonies of #B988D0
Complementary color
Monochromatic Colors of #B988D0
Black with #B988D0
Text Example
Text Example
White with #B988D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B988D0; }
p { color: rgb(185,136,208); }
H1.HeaderClassName
{
color: #B988D0;
}
.AnyTagClassName
{
color: #B988D0;
}
</style>
background-color css
<style>
a { background-color: #B988D0; }
a { background-color: rgb(185,136,208); }
div.DivClassName
{
background-color: #B988D0;
}
.BgClassName
{
background-color: #B988D0;
}
</style>
border-color css
<style>
span { border-color: #B988D0; }
span { border-color: rgb(185,136,208); }
td.TdClassName
{
border-color: #B988D0;
}
.TagClassName
{
border-color: #B988D0;
}
</style>