Shades of Shady Lady #B199A5
Tints of Shady Lady #B199A5
RGB
CMYK
RGB Variations
Color information
#B199A5 (or 0xB199A5) is known color: Shady Lady. HEX triplet: B1, 99 and A5. RGB value is (177,153,165). Sum of RGB (Red+Green+Blue) = 177+153+165=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B199A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B199A5 is #4E665A. Grayscale: #A1A1A1. Windows color (decimal): -5138011 or 10852785. OLE color: 10852785.
HSL color Cylindrical-coordinate representation of color #B199A5: hue angle of 330º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B199A5 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 165 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.31 |
| HSL | 330º | 0.13% | 0.65% | - |
| HSV(B) | 330º | 0.14% | 0.69% | - |
| XYZ | 36.31 | 34.85 | 40.41 | - |
| YUV | 161.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 165 | 0 | 0.14 | 0.07 | 0.31 | 330 | 0.13 | 0.65 |
| Hex | B1 | 99 | A5 | 0 | E | 7 | 1F | 14A | D | 41 |
| Octal | 261 | 231 | 245 | 0 | 16 | 7 | 37 | 512 | 15 | 101 |
| Binary | 10110001 | 10011001 | 10100101 | 0 | 1110 | 111 | 11111 | 101001010 | 1101 | 1000001 |
Color Harmonies of #B199A5
Complementary color
Monochromatic Colors of #B199A5
Black with #B199A5
Text Example
Text Example
White with #B199A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199A5; }
p { color: rgb(177,153,165); }
H1.HeaderClassName
{
color: #B199A5;
}
.AnyTagClassName
{
color: #B199A5;
}
</style>
background-color css
<style>
a { background-color: #B199A5; }
a { background-color: rgb(177,153,165); }
div.DivClassName
{
background-color: #B199A5;
}
.BgClassName
{
background-color: #B199A5;
}
</style>
border-color css
<style>
span { border-color: #B199A5; }
span { border-color: rgb(177,153,165); }
td.TdClassName
{
border-color: #B199A5;
}
.TagClassName
{
border-color: #B199A5;
}
</style>