Shades of Shady Lady #B19FA6
Tints of Shady Lady #B19FA6
RGB
CMYK
RGB Variations
Color information
#B19FA6 (or 0xB19FA6) is known color: Shady Lady. HEX triplet: B1, 9F and A6. RGB value is (177,159,166). Sum of RGB (Red+Green+Blue) = 177+159+166=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FA6 is #4E6059. Grayscale: #A5A5A5. Windows color (decimal): -5136474 or 10919857. OLE color: 10919857.
HSL color Cylindrical-coordinate representation of color #B19FA6: hue angle of 336.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B19FA6 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 166 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.31 |
| HSL | 336.67º | 0.1% | 0.66% | - |
| HSV(B) | 336.67º | 0.1% | 0.69% | - |
| XYZ | 37.41 | 36.9 | 41.23 | - |
| YUV | 165.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 166 | 0 | 0.10 | 0.06 | 0.31 | 336.67 | 0.1 | 0.66 |
| Hex | B1 | 9F | A6 | 0 | A | 6 | 1F | 151 | A | 42 |
| Octal | 261 | 237 | 246 | 0 | 12 | 6 | 37 | 521 | 12 | 102 |
| Binary | 10110001 | 10011111 | 10100110 | 0 | 1010 | 110 | 11111 | 101010001 | 1010 | 1000010 |
Color Harmonies of #B19FA6
Complementary color
Monochromatic Colors of #B19FA6
Black with #B19FA6
Text Example
Text Example
White with #B19FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FA6; }
p { color: rgb(177,159,166); }
H1.HeaderClassName
{
color: #B19FA6;
}
.AnyTagClassName
{
color: #B19FA6;
}
</style>
background-color css
<style>
a { background-color: #B19FA6; }
a { background-color: rgb(177,159,166); }
div.DivClassName
{
background-color: #B19FA6;
}
.BgClassName
{
background-color: #B19FA6;
}
</style>
border-color css
<style>
span { border-color: #B19FA6; }
span { border-color: rgb(177,159,166); }
td.TdClassName
{
border-color: #B19FA6;
}
.TagClassName
{
border-color: #B19FA6;
}
</style>