Shades of Shady Lady #B198A3
Tints of Shady Lady #B198A3
RGB
CMYK
RGB Variations
Color information
#B198A3 (or 0xB198A3) is known color: Shady Lady. HEX triplet: B1, 98 and A3. RGB value is (177,152,163). Sum of RGB (Red+Green+Blue) = 177+152+163=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 177 - color contains mainly: red. Hex color #B198A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198A3 is #4E675C. Grayscale: #A0A0A0. Windows color (decimal): -5138269 or 10721457. OLE color: 10721457.
HSL color Cylindrical-coordinate representation of color #B198A3: hue angle of 333.6º 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 #B198A3 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 163 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.31 |
| HSL | 333.6º | 0.14% | 0.65% | - |
| HSV(B) | 333.6º | 0.14% | 0.69% | - |
| XYZ | 35.97 | 34.45 | 39.4 | - |
| YUV | 160.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 163 | 0 | 0.14 | 0.08 | 0.31 | 333.6 | 0.14 | 0.65 |
| Hex | B1 | 98 | A3 | 0 | E | 8 | 1F | 14E | E | 41 |
| Octal | 261 | 230 | 243 | 0 | 16 | 10 | 37 | 516 | 16 | 101 |
| Binary | 10110001 | 10011000 | 10100011 | 0 | 1110 | 1000 | 11111 | 101001110 | 1110 | 1000001 |
Color Harmonies of #B198A3
Complementary color
Monochromatic Colors of #B198A3
Black with #B198A3
Text Example
Text Example
White with #B198A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B198A3; }
p { color: rgb(177,152,163); }
H1.HeaderClassName
{
color: #B198A3;
}
.AnyTagClassName
{
color: #B198A3;
}
</style>
background-color css
<style>
a { background-color: #B198A3; }
a { background-color: rgb(177,152,163); }
div.DivClassName
{
background-color: #B198A3;
}
.BgClassName
{
background-color: #B198A3;
}
</style>
border-color css
<style>
span { border-color: #B198A3; }
span { border-color: rgb(177,152,163); }
td.TdClassName
{
border-color: #B198A3;
}
.TagClassName
{
border-color: #B198A3;
}
</style>