Shades of East Side #B98BBF
Tints of East Side #B98BBF
RGB
CMYK
RGB Variations
Color information
#B98BBF (or 0xB98BBF) is known color: East Side. HEX triplet: B9, 8B and BF. RGB value is (185,139,191). Sum of RGB (Red+Green+Blue) = 185+139+191=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #B98BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BBF is #467440. Grayscale: #9E9E9E. Windows color (decimal): -4617281 or 12553145. OLE color: 12553145.
HSL color Cylindrical-coordinate representation of color #B98BBF: hue angle of 293.08º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B98BBF is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 139 | 191 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.25 |
| HSL | 293.08º | 0.29% | 0.65% | - |
| HSV(B) | 293.08º | 0.27% | 0.75% | - |
| XYZ | 38.64 | 32.54 | 53.53 | - |
| YUV | 158.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 139 | 191 | 0.03 | 0.27 | 0 | 0.25 | 293.08 | 0.29 | 0.65 |
| Hex | B9 | 8B | BF | 3 | 1B | 0 | 19 | 125 | 1D | 41 |
| Octal | 271 | 213 | 277 | 3 | 33 | 0 | 31 | 445 | 35 | 101 |
| Binary | 10111001 | 10001011 | 10111111 | 11 | 11011 | 0 | 11001 | 100100101 | 11101 | 1000001 |
Color Harmonies of #B98BBF
Complementary color
Monochromatic Colors of #B98BBF
Black with #B98BBF
Text Example
Text Example
White with #B98BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98BBF; }
p { color: rgb(185,139,191); }
H1.HeaderClassName
{
color: #B98BBF;
}
.AnyTagClassName
{
color: #B98BBF;
}
</style>
background-color css
<style>
a { background-color: #B98BBF; }
a { background-color: rgb(185,139,191); }
div.DivClassName
{
background-color: #B98BBF;
}
.BgClassName
{
background-color: #B98BBF;
}
</style>
border-color css
<style>
span { border-color: #B98BBF; }
span { border-color: rgb(185,139,191); }
td.TdClassName
{
border-color: #B98BBF;
}
.TagClassName
{
border-color: #B98BBF;
}
</style>