Shades of Shady Lady #B099A4
Tints of Shady Lady #B099A4
RGB
CMYK
RGB Variations
Color information
#B099A4 (or 0xB099A4) is known color: Shady Lady. HEX triplet: B0, 99 and A4. RGB value is (176,153,164). Sum of RGB (Red+Green+Blue) = 176+153+164=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B099A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099A4 is #4F665B. Grayscale: #A1A1A1. Windows color (decimal): -5203548 or 10787248. OLE color: 10787248.
HSL color Cylindrical-coordinate representation of color #B099A4: hue angle of 331.3º 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 #B099A4 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 164 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.31 |
| HSL | 331.3º | 0.13% | 0.65% | - |
| HSV(B) | 331.3º | 0.13% | 0.69% | - |
| XYZ | 36 | 34.69 | 39.92 | - |
| YUV | 161.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 164 | 0 | 0.13 | 0.07 | 0.31 | 331.3 | 0.13 | 0.65 |
| Hex | B0 | 99 | A4 | 0 | D | 7 | 1F | 14B | D | 41 |
| Octal | 260 | 231 | 244 | 0 | 15 | 7 | 37 | 513 | 15 | 101 |
| Binary | 10110000 | 10011001 | 10100100 | 0 | 1101 | 111 | 11111 | 101001011 | 1101 | 1000001 |
Color Harmonies of #B099A4
Complementary color
Monochromatic Colors of #B099A4
Black with #B099A4
Text Example
Text Example
White with #B099A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099A4; }
p { color: rgb(176,153,164); }
H1.HeaderClassName
{
color: #B099A4;
}
.AnyTagClassName
{
color: #B099A4;
}
</style>
background-color css
<style>
a { background-color: #B099A4; }
a { background-color: rgb(176,153,164); }
div.DivClassName
{
background-color: #B099A4;
}
.BgClassName
{
background-color: #B099A4;
}
</style>
border-color css
<style>
span { border-color: #B099A4; }
span { border-color: rgb(176,153,164); }
td.TdClassName
{
border-color: #B099A4;
}
.TagClassName
{
border-color: #B099A4;
}
</style>