Shades of Shady Lady #B098A1
Tints of Shady Lady #B098A1
RGB
CMYK
RGB Variations
Color information
#B098A1 (or 0xB098A1) is known color: Shady Lady. HEX triplet: B0, 98 and A1. RGB value is (176,152,161). Sum of RGB (Red+Green+Blue) = 176+152+161=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B098A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B098A1 is #4F675E. Grayscale: #A0A0A0. Windows color (decimal): -5203807 or 10590384. OLE color: 10590384.
HSL color Cylindrical-coordinate representation of color #B098A1: hue angle of 337.5º 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 #B098A1 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 161 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.31 |
| HSL | 337.5º | 0.13% | 0.64% | - |
| HSV(B) | 337.5º | 0.14% | 0.69% | - |
| XYZ | 35.57 | 34.26 | 38.46 | - |
| YUV | 160.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 161 | 0 | 0.14 | 0.09 | 0.31 | 337.5 | 0.13 | 0.64 |
| Hex | B0 | 98 | A1 | 0 | E | 9 | 1F | 152 | D | 40 |
| Octal | 260 | 230 | 241 | 0 | 16 | 11 | 37 | 522 | 15 | 100 |
| Binary | 10110000 | 10011000 | 10100001 | 0 | 1110 | 1001 | 11111 | 101010010 | 1101 | 1000000 |
Color Harmonies of #B098A1
Complementary color
Monochromatic Colors of #B098A1
Black with #B098A1
Text Example
Text Example
White with #B098A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B098A1; }
p { color: rgb(176,152,161); }
H1.HeaderClassName
{
color: #B098A1;
}
.AnyTagClassName
{
color: #B098A1;
}
</style>
background-color css
<style>
a { background-color: #B098A1; }
a { background-color: rgb(176,152,161); }
div.DivClassName
{
background-color: #B098A1;
}
.BgClassName
{
background-color: #B098A1;
}
</style>
border-color css
<style>
span { border-color: #B098A1; }
span { border-color: rgb(176,152,161); }
td.TdClassName
{
border-color: #B098A1;
}
.TagClassName
{
border-color: #B098A1;
}
</style>