Shades of Shady Lady #B197A2
Tints of Shady Lady #B197A2
RGB
CMYK
RGB Variations
Color information
#B197A2 (or 0xB197A2) is known color: Shady Lady. HEX triplet: B1, 97 and A2. RGB value is (177,151,162). Sum of RGB (Red+Green+Blue) = 177+151+162=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B197A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B197A2 is #4E685D. Grayscale: #A0A0A0. Windows color (decimal): -5138526 or 10655665. OLE color: 10655665.
HSL color Cylindrical-coordinate representation of color #B197A2: hue angle of 334.62º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B197A2 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 162 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.31 |
| HSL | 334.62º | 0.14% | 0.64% | - |
| HSV(B) | 334.62º | 0.15% | 0.69% | - |
| XYZ | 35.72 | 34.09 | 38.88 | - |
| YUV | 160.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 162 | 0 | 0.15 | 0.08 | 0.31 | 334.62 | 0.14 | 0.64 |
| Hex | B1 | 97 | A2 | 0 | F | 8 | 1F | 14F | E | 40 |
| Octal | 261 | 227 | 242 | 0 | 17 | 10 | 37 | 517 | 16 | 100 |
| Binary | 10110001 | 10010111 | 10100010 | 0 | 1111 | 1000 | 11111 | 101001111 | 1110 | 1000000 |
Color Harmonies of #B197A2
Complementary color
Monochromatic Colors of #B197A2
Black with #B197A2
Text Example
Text Example
White with #B197A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B197A2; }
p { color: rgb(177,151,162); }
H1.HeaderClassName
{
color: #B197A2;
}
.AnyTagClassName
{
color: #B197A2;
}
</style>
background-color css
<style>
a { background-color: #B197A2; }
a { background-color: rgb(177,151,162); }
div.DivClassName
{
background-color: #B197A2;
}
.BgClassName
{
background-color: #B197A2;
}
</style>
border-color css
<style>
span { border-color: #B197A2; }
span { border-color: rgb(177,151,162); }
td.TdClassName
{
border-color: #B197A2;
}
.TagClassName
{
border-color: #B197A2;
}
</style>