Shades of East Side #B98DD0
Tints of East Side #B98DD0
RGB
CMYK
RGB Variations
Color information
#B98DD0 (or 0xB98DD0) is known color: East Side. HEX triplet: B9, 8D and D0. RGB value is (185,141,208). Sum of RGB (Red+Green+Blue) = 185+141+208=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #B98DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DD0 is #46722F. Grayscale: #A1A1A1. Windows color (decimal): -4616752 or 13667769. OLE color: 13667769.
HSL color Cylindrical-coordinate representation of color #B98DD0: hue angle of 279.4º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B98DD0 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 141 | 208 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.18 |
| HSL | 279.4º | 0.42% | 0.68% | - |
| HSV(B) | 279.4º | 0.32% | 0.82% | - |
| XYZ | 40.92 | 33.92 | 64.06 | - |
| YUV | 161.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 208 | 0.11 | 0.32 | 0 | 0.18 | 279.4 | 0.42 | 0.68 |
| Hex | B9 | 8D | D0 | B | 20 | 0 | 12 | 117 | 2A | 44 |
| Octal | 271 | 215 | 320 | 13 | 40 | 0 | 22 | 427 | 52 | 104 |
| Binary | 10111001 | 10001101 | 11010000 | 1011 | 100000 | 0 | 10010 | 100010111 | 101010 | 1000100 |
Color Harmonies of #B98DD0
Complementary color
Monochromatic Colors of #B98DD0
Black with #B98DD0
Text Example
Text Example
White with #B98DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98DD0; }
p { color: rgb(185,141,208); }
H1.HeaderClassName
{
color: #B98DD0;
}
.AnyTagClassName
{
color: #B98DD0;
}
</style>
background-color css
<style>
a { background-color: #B98DD0; }
a { background-color: rgb(185,141,208); }
div.DivClassName
{
background-color: #B98DD0;
}
.BgClassName
{
background-color: #B98DD0;
}
</style>
border-color css
<style>
span { border-color: #B98DD0; }
span { border-color: rgb(185,141,208); }
td.TdClassName
{
border-color: #B98DD0;
}
.TagClassName
{
border-color: #B98DD0;
}
</style>