Shades of Shady Lady #B194A2
Tints of Shady Lady #B194A2
RGB
CMYK
RGB Variations
Color information
#B194A2 (or 0xB194A2) is known color: Shady Lady. HEX triplet: B1, 94 and A2. RGB value is (177,148,162). Sum of RGB (Red+Green+Blue) = 177+148+162=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B194A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B194A2 is #4E6B5D. Grayscale: #9E9E9E. Windows color (decimal): -5139294 or 10654897. OLE color: 10654897.
HSL color Cylindrical-coordinate representation of color #B194A2: hue angle of 331.03º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B194A2 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 162 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.31 |
| HSL | 331.03º | 0.16% | 0.64% | - |
| HSV(B) | 331.03º | 0.16% | 0.69% | - |
| XYZ | 35.24 | 33.14 | 38.72 | - |
| YUV | 158.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 162 | 0 | 0.16 | 0.08 | 0.31 | 331.03 | 0.16 | 0.64 |
| Hex | B1 | 94 | A2 | 0 | 10 | 8 | 1F | 14B | 10 | 40 |
| Octal | 261 | 224 | 242 | 0 | 20 | 10 | 37 | 513 | 20 | 100 |
| Binary | 10110001 | 10010100 | 10100010 | 0 | 10000 | 1000 | 11111 | 101001011 | 10000 | 1000000 |
Color Harmonies of #B194A2
Complementary color
Monochromatic Colors of #B194A2
Black with #B194A2
Text Example
Text Example
White with #B194A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B194A2; }
p { color: rgb(177,148,162); }
H1.HeaderClassName
{
color: #B194A2;
}
.AnyTagClassName
{
color: #B194A2;
}
</style>
background-color css
<style>
a { background-color: #B194A2; }
a { background-color: rgb(177,148,162); }
div.DivClassName
{
background-color: #B194A2;
}
.BgClassName
{
background-color: #B194A2;
}
</style>
border-color css
<style>
span { border-color: #B194A2; }
span { border-color: rgb(177,148,162); }
td.TdClassName
{
border-color: #B194A2;
}
.TagClassName
{
border-color: #B194A2;
}
</style>