Shades of East Side #B98BD0
Tints of East Side #B98BD0
RGB
CMYK
RGB Variations
Color information
#B98BD0 (or 0xB98BD0) is known color: East Side. HEX triplet: B9, 8B and D0. RGB value is (185,139,208). Sum of RGB (Red+Green+Blue) = 185+139+208=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #B98BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BD0 is #46742F. Grayscale: #A0A0A0. Windows color (decimal): -4617264 or 13667257. OLE color: 13667257.
HSL color Cylindrical-coordinate representation of color #B98BD0: hue angle of 280º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B98BD0 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 139 | 208 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.18 |
| HSL | 280º | 0.42% | 0.68% | - |
| HSV(B) | 280º | 0.33% | 0.82% | - |
| XYZ | 40.63 | 33.33 | 63.97 | - |
| YUV | 160.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 139 | 208 | 0.11 | 0.33 | 0 | 0.18 | 280 | 0.42 | 0.68 |
| Hex | B9 | 8B | D0 | B | 21 | 0 | 12 | 118 | 2A | 44 |
| Octal | 271 | 213 | 320 | 13 | 41 | 0 | 22 | 430 | 52 | 104 |
| Binary | 10111001 | 10001011 | 11010000 | 1011 | 100001 | 0 | 10010 | 100011000 | 101010 | 1000100 |
Color Harmonies of #B98BD0
Complementary color
Monochromatic Colors of #B98BD0
Black with #B98BD0
Text Example
Text Example
White with #B98BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98BD0; }
p { color: rgb(185,139,208); }
H1.HeaderClassName
{
color: #B98BD0;
}
.AnyTagClassName
{
color: #B98BD0;
}
</style>
background-color css
<style>
a { background-color: #B98BD0; }
a { background-color: rgb(185,139,208); }
div.DivClassName
{
background-color: #B98BD0;
}
.BgClassName
{
background-color: #B98BD0;
}
</style>
border-color css
<style>
span { border-color: #B98BD0; }
span { border-color: rgb(185,139,208); }
td.TdClassName
{
border-color: #B98BD0;
}
.TagClassName
{
border-color: #B98BD0;
}
</style>