Shades of Shady Lady #B198A5
Tints of Shady Lady #B198A5
RGB
CMYK
RGB Variations
Color information
#B198A5 (or 0xB198A5) is known color: Shady Lady. HEX triplet: B1, 98 and A5. RGB value is (177,152,165). Sum of RGB (Red+Green+Blue) = 177+152+165=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 177 - color contains mainly: red. Hex color #B198A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198A5 is #4E675A. Grayscale: #A0A0A0. Windows color (decimal): -5138267 or 10852529. OLE color: 10852529.
HSL color Cylindrical-coordinate representation of color #B198A5: hue angle of 328.8º degrees, saturation: 0.14, 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 #B198A5 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 165 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.31 |
| HSL | 328.8º | 0.14% | 0.65% | - |
| HSV(B) | 328.8º | 0.14% | 0.69% | - |
| XYZ | 36.15 | 34.52 | 40.36 | - |
| YUV | 160.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 165 | 0 | 0.14 | 0.07 | 0.31 | 328.8 | 0.14 | 0.65 |
| Hex | B1 | 98 | A5 | 0 | E | 7 | 1F | 149 | E | 41 |
| Octal | 261 | 230 | 245 | 0 | 16 | 7 | 37 | 511 | 16 | 101 |
| Binary | 10110001 | 10011000 | 10100101 | 0 | 1110 | 111 | 11111 | 101001001 | 1110 | 1000001 |
Color Harmonies of #B198A5
Complementary color
Monochromatic Colors of #B198A5
Black with #B198A5
Text Example
Text Example
White with #B198A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B198A5; }
p { color: rgb(177,152,165); }
H1.HeaderClassName
{
color: #B198A5;
}
.AnyTagClassName
{
color: #B198A5;
}
</style>
background-color css
<style>
a { background-color: #B198A5; }
a { background-color: rgb(177,152,165); }
div.DivClassName
{
background-color: #B198A5;
}
.BgClassName
{
background-color: #B198A5;
}
</style>
border-color css
<style>
span { border-color: #B198A5; }
span { border-color: rgb(177,152,165); }
td.TdClassName
{
border-color: #B198A5;
}
.TagClassName
{
border-color: #B198A5;
}
</style>