Shades of East Side #B98EC1
Tints of East Side #B98EC1
RGB
CMYK
RGB Variations
Color information
#B98EC1 (or 0xB98EC1) is known color: East Side. HEX triplet: B9, 8E and C1. RGB value is (185,142,193). Sum of RGB (Red+Green+Blue) = 185+142+193=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #B98EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98EC1 is #46713E. Grayscale: #A0A0A0. Windows color (decimal): -4616511 or 12684985. OLE color: 12684985.
HSL color Cylindrical-coordinate representation of color #B98EC1: hue angle of 290.59º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B98EC1 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 142 | 193 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.24 |
| HSL | 290.59º | 0.29% | 0.66% | - |
| HSV(B) | 290.59º | 0.26% | 0.76% | - |
| XYZ | 39.31 | 33.51 | 54.85 | - |
| YUV | 160.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 142 | 193 | 0.04 | 0.26 | 0 | 0.24 | 290.59 | 0.29 | 0.66 |
| Hex | B9 | 8E | C1 | 4 | 1A | 0 | 18 | 123 | 1D | 42 |
| Octal | 271 | 216 | 301 | 4 | 32 | 0 | 30 | 443 | 35 | 102 |
| Binary | 10111001 | 10001110 | 11000001 | 100 | 11010 | 0 | 11000 | 100100011 | 11101 | 1000010 |
Color Harmonies of #B98EC1
Complementary color
Monochromatic Colors of #B98EC1
Black with #B98EC1
Text Example
Text Example
White with #B98EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98EC1; }
p { color: rgb(185,142,193); }
H1.HeaderClassName
{
color: #B98EC1;
}
.AnyTagClassName
{
color: #B98EC1;
}
</style>
background-color css
<style>
a { background-color: #B98EC1; }
a { background-color: rgb(185,142,193); }
div.DivClassName
{
background-color: #B98EC1;
}
.BgClassName
{
background-color: #B98EC1;
}
</style>
border-color css
<style>
span { border-color: #B98EC1; }
span { border-color: rgb(185,142,193); }
td.TdClassName
{
border-color: #B98EC1;
}
.TagClassName
{
border-color: #B98EC1;
}
</style>