Shades of Shady Lady #B298A2
Tints of Shady Lady #B298A2
RGB
CMYK
RGB Variations
Color information
#B298A2 (or 0xB298A2) is known color: Shady Lady. HEX triplet: B2, 98 and A2. RGB value is (178,152,162). Sum of RGB (Red+Green+Blue) = 178+152+162=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B298A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B298A2 is #4D675D. Grayscale: #A0A0A0. Windows color (decimal): -5072734 or 10655922. OLE color: 10655922.
HSL color Cylindrical-coordinate representation of color #B298A2: hue angle of 336.92º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B298A2 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 162 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.30 |
| HSL | 336.92º | 0.14% | 0.65% | - |
| HSV(B) | 336.92º | 0.15% | 0.7% | - |
| XYZ | 36.11 | 34.53 | 38.94 | - |
| YUV | 160.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 162 | 0 | 0.15 | 0.09 | 0.30 | 336.92 | 0.14 | 0.65 |
| Hex | B2 | 98 | A2 | 0 | F | 9 | 1E | 151 | E | 41 |
| Octal | 262 | 230 | 242 | 0 | 17 | 11 | 36 | 521 | 16 | 101 |
| Binary | 10110010 | 10011000 | 10100010 | 0 | 1111 | 1001 | 11110 | 101010001 | 1110 | 1000001 |
Color Harmonies of #B298A2
Complementary color
Monochromatic Colors of #B298A2
Black with #B298A2
Text Example
Text Example
White with #B298A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B298A2; }
p { color: rgb(178,152,162); }
H1.HeaderClassName
{
color: #B298A2;
}
.AnyTagClassName
{
color: #B298A2;
}
</style>
background-color css
<style>
a { background-color: #B298A2; }
a { background-color: rgb(178,152,162); }
div.DivClassName
{
background-color: #B298A2;
}
.BgClassName
{
background-color: #B298A2;
}
</style>
border-color css
<style>
span { border-color: #B298A2; }
span { border-color: rgb(178,152,162); }
td.TdClassName
{
border-color: #B298A2;
}
.TagClassName
{
border-color: #B298A2;
}
</style>