Shades of East Side #B98DBF
Tints of East Side #B98DBF
RGB
CMYK
RGB Variations
Color information
#B98DBF (or 0xB98DBF) is known color: East Side. HEX triplet: B9, 8D and BF. RGB value is (185,141,191). Sum of RGB (Red+Green+Blue) = 185+141+191=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #B98DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DBF is #467240. Grayscale: #9F9F9F. Windows color (decimal): -4616769 or 12553657. OLE color: 12553657.
HSL color Cylindrical-coordinate representation of color #B98DBF: hue angle of 292.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B98DBF is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 141 | 191 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.25 |
| HSL | 292.8º | 0.28% | 0.65% | - |
| HSV(B) | 292.8º | 0.26% | 0.75% | - |
| XYZ | 38.94 | 33.13 | 53.63 | - |
| YUV | 159.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 191 | 0.03 | 0.26 | 0 | 0.25 | 292.8 | 0.28 | 0.65 |
| Hex | B9 | 8D | BF | 3 | 1A | 0 | 19 | 125 | 1C | 41 |
| Octal | 271 | 215 | 277 | 3 | 32 | 0 | 31 | 445 | 34 | 101 |
| Binary | 10111001 | 10001101 | 10111111 | 11 | 11010 | 0 | 11001 | 100100101 | 11100 | 1000001 |
Color Harmonies of #B98DBF
Complementary color
Monochromatic Colors of #B98DBF
Black with #B98DBF
Text Example
Text Example
White with #B98DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98DBF; }
p { color: rgb(185,141,191); }
H1.HeaderClassName
{
color: #B98DBF;
}
.AnyTagClassName
{
color: #B98DBF;
}
</style>
background-color css
<style>
a { background-color: #B98DBF; }
a { background-color: rgb(185,141,191); }
div.DivClassName
{
background-color: #B98DBF;
}
.BgClassName
{
background-color: #B98DBF;
}
</style>
border-color css
<style>
span { border-color: #B98DBF; }
span { border-color: rgb(185,141,191); }
td.TdClassName
{
border-color: #B98DBF;
}
.TagClassName
{
border-color: #B98DBF;
}
</style>