Shades of Shady Lady #B19EA4
Tints of Shady Lady #B19EA4
RGB
CMYK
RGB Variations
Color information
#B19EA4 (or 0xB19EA4) is known color: Shady Lady. HEX triplet: B1, 9E and A4. RGB value is (177,158,164). Sum of RGB (Red+Green+Blue) = 177+158+164=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B19EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19EA4 is #4E615B. Grayscale: #A4A4A4. Windows color (decimal): -5136732 or 10788529. OLE color: 10788529.
HSL color Cylindrical-coordinate representation of color #B19EA4: hue angle of 341.05º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B19EA4 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 164 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.31 |
| HSL | 341.05º | 0.11% | 0.66% | - |
| HSV(B) | 341.05º | 0.11% | 0.69% | - |
| XYZ | 37.06 | 36.48 | 40.21 | - |
| YUV | 164.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 164 | 0 | 0.11 | 0.07 | 0.31 | 341.05 | 0.11 | 0.66 |
| Hex | B1 | 9E | A4 | 0 | B | 7 | 1F | 155 | B | 42 |
| Octal | 261 | 236 | 244 | 0 | 13 | 7 | 37 | 525 | 13 | 102 |
| Binary | 10110001 | 10011110 | 10100100 | 0 | 1011 | 111 | 11111 | 101010101 | 1011 | 1000010 |
Color Harmonies of #B19EA4
Complementary color
Monochromatic Colors of #B19EA4
Black with #B19EA4
Text Example
Text Example
White with #B19EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19EA4; }
p { color: rgb(177,158,164); }
H1.HeaderClassName
{
color: #B19EA4;
}
.AnyTagClassName
{
color: #B19EA4;
}
</style>
background-color css
<style>
a { background-color: #B19EA4; }
a { background-color: rgb(177,158,164); }
div.DivClassName
{
background-color: #B19EA4;
}
.BgClassName
{
background-color: #B19EA4;
}
</style>
border-color css
<style>
span { border-color: #B19EA4; }
span { border-color: rgb(177,158,164); }
td.TdClassName
{
border-color: #B19EA4;
}
.TagClassName
{
border-color: #B19EA4;
}
</style>