Shades of Shady Lady #B096A3
Tints of Shady Lady #B096A3
RGB
CMYK
RGB Variations
Color information
#B096A3 (or 0xB096A3) is known color: Shady Lady. HEX triplet: B0, 96 and A3. RGB value is (176,150,163). Sum of RGB (Red+Green+Blue) = 176+150+163=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B096A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B096A3 is #4F695C. Grayscale: #9F9F9F. Windows color (decimal): -5204317 or 10720944. OLE color: 10720944.
HSL color Cylindrical-coordinate representation of color #B096A3: hue angle of 330º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B096A3 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 163 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.31 |
| HSL | 330º | 0.14% | 0.64% | - |
| HSV(B) | 330º | 0.15% | 0.69% | - |
| XYZ | 35.42 | 33.69 | 39.29 | - |
| YUV | 159.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 163 | 0 | 0.15 | 0.07 | 0.31 | 330 | 0.14 | 0.64 |
| Hex | B0 | 96 | A3 | 0 | F | 7 | 1F | 14A | E | 40 |
| Octal | 260 | 226 | 243 | 0 | 17 | 7 | 37 | 512 | 16 | 100 |
| Binary | 10110000 | 10010110 | 10100011 | 0 | 1111 | 111 | 11111 | 101001010 | 1110 | 1000000 |
Color Harmonies of #B096A3
Complementary color
Monochromatic Colors of #B096A3
Black with #B096A3
Text Example
Text Example
White with #B096A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B096A3; }
p { color: rgb(176,150,163); }
H1.HeaderClassName
{
color: #B096A3;
}
.AnyTagClassName
{
color: #B096A3;
}
</style>
background-color css
<style>
a { background-color: #B096A3; }
a { background-color: rgb(176,150,163); }
div.DivClassName
{
background-color: #B096A3;
}
.BgClassName
{
background-color: #B096A3;
}
</style>
border-color css
<style>
span { border-color: #B096A3; }
span { border-color: rgb(176,150,163); }
td.TdClassName
{
border-color: #B096A3;
}
.TagClassName
{
border-color: #B096A3;
}
</style>