Shades of East Side #B98DC9
Tints of East Side #B98DC9
RGB
CMYK
RGB Variations
Color information
#B98DC9 (or 0xB98DC9) is known color: East Side. HEX triplet: B9, 8D and C9. RGB value is (185,141,201). Sum of RGB (Red+Green+Blue) = 185+141+201=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #B98DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DC9 is #467236. Grayscale: #A0A0A0. Windows color (decimal): -4616759 or 13209017. OLE color: 13209017.
HSL color Cylindrical-coordinate representation of color #B98DC9: hue angle of 284º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B98DC9 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 141 | 201 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.21 |
| HSL | 284º | 0.36% | 0.67% | - |
| HSV(B) | 284º | 0.3% | 0.79% | - |
| XYZ | 40.08 | 33.58 | 59.63 | - |
| YUV | 161 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 201 | 0.08 | 0.30 | 0 | 0.21 | 284 | 0.36 | 0.67 |
| Hex | B9 | 8D | C9 | 8 | 1E | 0 | 15 | 11C | 24 | 43 |
| Octal | 271 | 215 | 311 | 10 | 36 | 0 | 25 | 434 | 44 | 103 |
| Binary | 10111001 | 10001101 | 11001001 | 1000 | 11110 | 0 | 10101 | 100011100 | 100100 | 1000011 |
Color Harmonies of #B98DC9
Complementary color
Monochromatic Colors of #B98DC9
Black with #B98DC9
Text Example
Text Example
White with #B98DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98DC9; }
p { color: rgb(185,141,201); }
H1.HeaderClassName
{
color: #B98DC9;
}
.AnyTagClassName
{
color: #B98DC9;
}
</style>
background-color css
<style>
a { background-color: #B98DC9; }
a { background-color: rgb(185,141,201); }
div.DivClassName
{
background-color: #B98DC9;
}
.BgClassName
{
background-color: #B98DC9;
}
</style>
border-color css
<style>
span { border-color: #B98DC9; }
span { border-color: rgb(185,141,201); }
td.TdClassName
{
border-color: #B98DC9;
}
.TagClassName
{
border-color: #B98DC9;
}
</style>