Shades of Shady Lady #B298A3
Tints of Shady Lady #B298A3
RGB
CMYK
RGB Variations
Color information
#B298A3 (or 0xB298A3) is known color: Shady Lady. HEX triplet: B2, 98 and A3. RGB value is (178,152,163). Sum of RGB (Red+Green+Blue) = 178+152+163=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 178 - color contains mainly: red. Hex color #B298A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B298A3 is #4D675C. Grayscale: #A1A1A1. Windows color (decimal): -5072733 or 10721458. OLE color: 10721458.
HSL color Cylindrical-coordinate representation of color #B298A3: hue angle of 334.62º 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 #B298A3 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 163 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.30 |
| HSL | 334.62º | 0.14% | 0.65% | - |
| HSV(B) | 334.62º | 0.15% | 0.7% | - |
| XYZ | 36.2 | 34.57 | 39.41 | - |
| YUV | 161.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 163 | 0 | 0.15 | 0.08 | 0.30 | 334.62 | 0.14 | 0.65 |
| Hex | B2 | 98 | A3 | 0 | F | 8 | 1E | 14F | E | 41 |
| Octal | 262 | 230 | 243 | 0 | 17 | 10 | 36 | 517 | 16 | 101 |
| Binary | 10110010 | 10011000 | 10100011 | 0 | 1111 | 1000 | 11110 | 101001111 | 1110 | 1000001 |
Color Harmonies of #B298A3
Complementary color
Monochromatic Colors of #B298A3
Black with #B298A3
Text Example
Text Example
White with #B298A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B298A3; }
p { color: rgb(178,152,163); }
H1.HeaderClassName
{
color: #B298A3;
}
.AnyTagClassName
{
color: #B298A3;
}
</style>
background-color css
<style>
a { background-color: #B298A3; }
a { background-color: rgb(178,152,163); }
div.DivClassName
{
background-color: #B298A3;
}
.BgClassName
{
background-color: #B298A3;
}
</style>
border-color css
<style>
span { border-color: #B298A3; }
span { border-color: rgb(178,152,163); }
td.TdClassName
{
border-color: #B298A3;
}
.TagClassName
{
border-color: #B298A3;
}
</style>