Shades of Shady Lady #B2A5A9
Tints of Shady Lady #B2A5A9
RGB
CMYK
RGB Variations
Color information
#B2A5A9 (or 0xB2A5A9) is known color: Shady Lady. HEX triplet: B2, A5 and A9. RGB value is (178,165,169). Sum of RGB (Red+Green+Blue) = 178+165+169=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A5A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A5A9 is #4D5A56. Grayscale: #A9A9A9. Windows color (decimal): -5069399 or 11118002. OLE color: 11118002.
HSL color Cylindrical-coordinate representation of color #B2A5A9: hue angle of 341.54º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2A5A9 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 165 | 169 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.30 |
| HSL | 341.54º | 0.08% | 0.67% | - |
| HSV(B) | 341.54º | 0.07% | 0.7% | - |
| XYZ | 38.98 | 39.24 | 43.06 | - |
| YUV | 169.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 165 | 169 | 0 | 0.07 | 0.05 | 0.30 | 341.54 | 0.08 | 0.67 |
| Hex | B2 | A5 | A9 | 0 | 7 | 5 | 1E | 156 | 8 | 43 |
| Octal | 262 | 245 | 251 | 0 | 7 | 5 | 36 | 526 | 10 | 103 |
| Binary | 10110010 | 10100101 | 10101001 | 0 | 111 | 101 | 11110 | 101010110 | 1000 | 1000011 |
Color Harmonies of #B2A5A9
Complementary color
Monochromatic Colors of #B2A5A9
Black with #B2A5A9
Text Example
Text Example
White with #B2A5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A5A9; }
p { color: rgb(178,165,169); }
H1.HeaderClassName
{
color: #B2A5A9;
}
.AnyTagClassName
{
color: #B2A5A9;
}
</style>
background-color css
<style>
a { background-color: #B2A5A9; }
a { background-color: rgb(178,165,169); }
div.DivClassName
{
background-color: #B2A5A9;
}
.BgClassName
{
background-color: #B2A5A9;
}
</style>
border-color css
<style>
span { border-color: #B2A5A9; }
span { border-color: rgb(178,165,169); }
td.TdClassName
{
border-color: #B2A5A9;
}
.TagClassName
{
border-color: #B2A5A9;
}
</style>