Shades of Shady Lady #B098A0
Tints of Shady Lady #B098A0
RGB
CMYK
RGB Variations
Color information
#B098A0 (or 0xB098A0) is known color: Shady Lady. HEX triplet: B0, 98 and A0. RGB value is (176,152,160). Sum of RGB (Red+Green+Blue) = 176+152+160=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B098A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B098A0 is #4F675F. Grayscale: #A0A0A0. Windows color (decimal): -5203808 or 10524848. OLE color: 10524848.
HSL color Cylindrical-coordinate representation of color #B098A0: hue angle of 340º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B098A0 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 160 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.31 |
| HSL | 340º | 0.13% | 0.64% | - |
| HSV(B) | 340º | 0.14% | 0.69% | - |
| XYZ | 35.48 | 34.22 | 37.99 | - |
| YUV | 160.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 160 | 0 | 0.14 | 0.09 | 0.31 | 340 | 0.13 | 0.64 |
| Hex | B0 | 98 | A0 | 0 | E | 9 | 1F | 154 | D | 40 |
| Octal | 260 | 230 | 240 | 0 | 16 | 11 | 37 | 524 | 15 | 100 |
| Binary | 10110000 | 10011000 | 10100000 | 0 | 1110 | 1001 | 11111 | 101010100 | 1101 | 1000000 |
Color Harmonies of #B098A0
Complementary color
Monochromatic Colors of #B098A0
Black with #B098A0
Text Example
Text Example
White with #B098A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B098A0; }
p { color: rgb(176,152,160); }
H1.HeaderClassName
{
color: #B098A0;
}
.AnyTagClassName
{
color: #B098A0;
}
</style>
background-color css
<style>
a { background-color: #B098A0; }
a { background-color: rgb(176,152,160); }
div.DivClassName
{
background-color: #B098A0;
}
.BgClassName
{
background-color: #B098A0;
}
</style>
border-color css
<style>
span { border-color: #B098A0; }
span { border-color: rgb(176,152,160); }
td.TdClassName
{
border-color: #B098A0;
}
.TagClassName
{
border-color: #B098A0;
}
</style>