Shades of Shady Lady #B198A2
Tints of Shady Lady #B198A2
RGB
CMYK
RGB Variations
Color information
#B198A2 (or 0xB198A2) is known color: Shady Lady. HEX triplet: B1, 98 and A2. RGB value is (177,152,162). Sum of RGB (Red+Green+Blue) = 177+152+162=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B198A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198A2 is #4E675D. Grayscale: #A0A0A0. Windows color (decimal): -5138270 or 10655921. OLE color: 10655921.
HSL color Cylindrical-coordinate representation of color #B198A2: hue angle of 336º 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 #B198A2 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 162 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.31 |
| HSL | 336º | 0.14% | 0.65% | - |
| HSV(B) | 336º | 0.14% | 0.69% | - |
| XYZ | 35.88 | 34.41 | 38.93 | - |
| YUV | 160.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 162 | 0 | 0.14 | 0.08 | 0.31 | 336 | 0.14 | 0.65 |
| Hex | B1 | 98 | A2 | 0 | E | 8 | 1F | 150 | E | 41 |
| Octal | 261 | 230 | 242 | 0 | 16 | 10 | 37 | 520 | 16 | 101 |
| Binary | 10110001 | 10011000 | 10100010 | 0 | 1110 | 1000 | 11111 | 101010000 | 1110 | 1000001 |
Color Harmonies of #B198A2
Complementary color
Monochromatic Colors of #B198A2
Black with #B198A2
Text Example
Text Example
White with #B198A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B198A2; }
p { color: rgb(177,152,162); }
H1.HeaderClassName
{
color: #B198A2;
}
.AnyTagClassName
{
color: #B198A2;
}
</style>
background-color css
<style>
a { background-color: #B198A2; }
a { background-color: rgb(177,152,162); }
div.DivClassName
{
background-color: #B198A2;
}
.BgClassName
{
background-color: #B198A2;
}
</style>
border-color css
<style>
span { border-color: #B198A2; }
span { border-color: rgb(177,152,162); }
td.TdClassName
{
border-color: #B198A2;
}
.TagClassName
{
border-color: #B198A2;
}
</style>