Shades of East Side #B98BC1
Tints of East Side #B98BC1
RGB
CMYK
RGB Variations
Color information
#B98BC1 (or 0xB98BC1) is known color: East Side. HEX triplet: B9, 8B and C1. RGB value is (185,139,193). Sum of RGB (Red+Green+Blue) = 185+139+193=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #B98BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BC1 is #46743E. Grayscale: #9E9E9E. Windows color (decimal): -4617279 or 12684217. OLE color: 12684217.
HSL color Cylindrical-coordinate representation of color #B98BC1: hue angle of 291.11º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B98BC1 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 139 | 193 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.24 |
| HSL | 291.11º | 0.3% | 0.65% | - |
| HSV(B) | 291.11º | 0.28% | 0.76% | - |
| XYZ | 38.87 | 32.63 | 54.7 | - |
| YUV | 158.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 139 | 193 | 0.04 | 0.28 | 0 | 0.24 | 291.11 | 0.3 | 0.65 |
| Hex | B9 | 8B | C1 | 4 | 1C | 0 | 18 | 123 | 1E | 41 |
| Octal | 271 | 213 | 301 | 4 | 34 | 0 | 30 | 443 | 36 | 101 |
| Binary | 10111001 | 10001011 | 11000001 | 100 | 11100 | 0 | 11000 | 100100011 | 11110 | 1000001 |
Color Harmonies of #B98BC1
Complementary color
Monochromatic Colors of #B98BC1
Black with #B98BC1
Text Example
Text Example
White with #B98BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98BC1; }
p { color: rgb(185,139,193); }
H1.HeaderClassName
{
color: #B98BC1;
}
.AnyTagClassName
{
color: #B98BC1;
}
</style>
background-color css
<style>
a { background-color: #B98BC1; }
a { background-color: rgb(185,139,193); }
div.DivClassName
{
background-color: #B98BC1;
}
.BgClassName
{
background-color: #B98BC1;
}
</style>
border-color css
<style>
span { border-color: #B98BC1; }
span { border-color: rgb(185,139,193); }
td.TdClassName
{
border-color: #B98BC1;
}
.TagClassName
{
border-color: #B98BC1;
}
</style>