Shades of Shady Lady #B099A5
Tints of Shady Lady #B099A5
RGB
CMYK
RGB Variations
Color information
#B099A5 (or 0xB099A5) is known color: Shady Lady. HEX triplet: B0, 99 and A5. RGB value is (176,153,165). Sum of RGB (Red+Green+Blue) = 176+153+165=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B099A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099A5 is #4F665A. Grayscale: #A1A1A1. Windows color (decimal): -5203547 or 10852784. OLE color: 10852784.
HSL color Cylindrical-coordinate representation of color #B099A5: hue angle of 328.7º 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 #B099A5 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 165 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.31 |
| HSL | 328.7º | 0.13% | 0.65% | - |
| HSV(B) | 328.7º | 0.13% | 0.69% | - |
| XYZ | 36.09 | 34.73 | 40.4 | - |
| YUV | 161.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 165 | 0 | 0.13 | 0.06 | 0.31 | 328.7 | 0.13 | 0.65 |
| Hex | B0 | 99 | A5 | 0 | D | 6 | 1F | 149 | D | 41 |
| Octal | 260 | 231 | 245 | 0 | 15 | 6 | 37 | 511 | 15 | 101 |
| Binary | 10110000 | 10011001 | 10100101 | 0 | 1101 | 110 | 11111 | 101001001 | 1101 | 1000001 |
Color Harmonies of #B099A5
Complementary color
Monochromatic Colors of #B099A5
Black with #B099A5
Text Example
Text Example
White with #B099A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099A5; }
p { color: rgb(176,153,165); }
H1.HeaderClassName
{
color: #B099A5;
}
.AnyTagClassName
{
color: #B099A5;
}
</style>
background-color css
<style>
a { background-color: #B099A5; }
a { background-color: rgb(176,153,165); }
div.DivClassName
{
background-color: #B099A5;
}
.BgClassName
{
background-color: #B099A5;
}
</style>
border-color css
<style>
span { border-color: #B099A5; }
span { border-color: rgb(176,153,165); }
td.TdClassName
{
border-color: #B099A5;
}
.TagClassName
{
border-color: #B099A5;
}
</style>