Shades of Shady Lady #B099A2
Tints of Shady Lady #B099A2
RGB
CMYK
RGB Variations
Color information
#B099A2 (or 0xB099A2) is known color: Shady Lady. HEX triplet: B0, 99 and A2. RGB value is (176,153,162). Sum of RGB (Red+Green+Blue) = 176+153+162=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B099A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099A2 is #4F665D. Grayscale: #A0A0A0. Windows color (decimal): -5203550 or 10656176. OLE color: 10656176.
HSL color Cylindrical-coordinate representation of color #B099A2: hue angle of 336.52º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B099A2 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 162 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.31 |
| HSL | 336.52º | 0.13% | 0.65% | - |
| HSV(B) | 336.52º | 0.13% | 0.69% | - |
| XYZ | 35.82 | 34.62 | 38.98 | - |
| YUV | 160.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 162 | 0 | 0.13 | 0.08 | 0.31 | 336.52 | 0.13 | 0.65 |
| Hex | B0 | 99 | A2 | 0 | D | 8 | 1F | 151 | D | 41 |
| Octal | 260 | 231 | 242 | 0 | 15 | 10 | 37 | 521 | 15 | 101 |
| Binary | 10110000 | 10011001 | 10100010 | 0 | 1101 | 1000 | 11111 | 101010001 | 1101 | 1000001 |
Color Harmonies of #B099A2
Complementary color
Monochromatic Colors of #B099A2
Black with #B099A2
Text Example
Text Example
White with #B099A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099A2; }
p { color: rgb(176,153,162); }
H1.HeaderClassName
{
color: #B099A2;
}
.AnyTagClassName
{
color: #B099A2;
}
</style>
background-color css
<style>
a { background-color: #B099A2; }
a { background-color: rgb(176,153,162); }
div.DivClassName
{
background-color: #B099A2;
}
.BgClassName
{
background-color: #B099A2;
}
</style>
border-color css
<style>
span { border-color: #B099A2; }
span { border-color: rgb(176,153,162); }
td.TdClassName
{
border-color: #B099A2;
}
.TagClassName
{
border-color: #B099A2;
}
</style>