Shades of Shady Lady #B393A3
Tints of Shady Lady #B393A3
RGB
CMYK
RGB Variations
Color information
#B393A3 (or 0xB393A3) is known color: Shady Lady. HEX triplet: B3, 93 and A3. RGB value is (179,147,163). Sum of RGB (Red+Green+Blue) = 179+147+163=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B393A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B393A3 is #4C6C5C. Grayscale: #9E9E9E. Windows color (decimal): -5008477 or 10720179. OLE color: 10720179.
HSL color Cylindrical-coordinate representation of color #B393A3: hue angle of 330º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B393A3 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 147 | 163 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.30 |
| HSL | 330º | 0.17% | 0.64% | - |
| HSV(B) | 330º | 0.18% | 0.7% | - |
| XYZ | 35.63 | 33.1 | 39.16 | - |
| YUV | 158.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 163 | 0 | 0.18 | 0.09 | 0.30 | 330 | 0.17 | 0.64 |
| Hex | B3 | 93 | A3 | 0 | 12 | 9 | 1E | 14A | 11 | 40 |
| Octal | 263 | 223 | 243 | 0 | 22 | 11 | 36 | 512 | 21 | 100 |
| Binary | 10110011 | 10010011 | 10100011 | 0 | 10010 | 1001 | 11110 | 101001010 | 10001 | 1000000 |
Color Harmonies of #B393A3
Complementary color
Monochromatic Colors of #B393A3
Black with #B393A3
Text Example
Text Example
White with #B393A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B393A3; }
p { color: rgb(179,147,163); }
H1.HeaderClassName
{
color: #B393A3;
}
.AnyTagClassName
{
color: #B393A3;
}
</style>
background-color css
<style>
a { background-color: #B393A3; }
a { background-color: rgb(179,147,163); }
div.DivClassName
{
background-color: #B393A3;
}
.BgClassName
{
background-color: #B393A3;
}
</style>
border-color css
<style>
span { border-color: #B393A3; }
span { border-color: rgb(179,147,163); }
td.TdClassName
{
border-color: #B393A3;
}
.TagClassName
{
border-color: #B393A3;
}
</style>