Shades of Shady Lady #B296A3
Tints of Shady Lady #B296A3
RGB
CMYK
RGB Variations
Color information
#B296A3 (or 0xB296A3) is known color: Shady Lady. HEX triplet: B2, 96 and A3. RGB value is (178,150,163). Sum of RGB (Red+Green+Blue) = 178+150+163=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B296A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B296A3 is #4D695C. Grayscale: #9F9F9F. Windows color (decimal): -5073245 or 10720946. OLE color: 10720946.
HSL color Cylindrical-coordinate representation of color #B296A3: hue angle of 332.14º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B296A3 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 150 | 163 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.30 |
| HSL | 332.14º | 0.15% | 0.64% | - |
| HSV(B) | 332.14º | 0.16% | 0.7% | - |
| XYZ | 35.88 | 33.92 | 39.31 | - |
| YUV | 159.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 150 | 163 | 0 | 0.16 | 0.08 | 0.30 | 332.14 | 0.15 | 0.64 |
| Hex | B2 | 96 | A3 | 0 | 10 | 8 | 1E | 14C | F | 40 |
| Octal | 262 | 226 | 243 | 0 | 20 | 10 | 36 | 514 | 17 | 100 |
| Binary | 10110010 | 10010110 | 10100011 | 0 | 10000 | 1000 | 11110 | 101001100 | 1111 | 1000000 |
Color Harmonies of #B296A3
Complementary color
Monochromatic Colors of #B296A3
Black with #B296A3
Text Example
Text Example
White with #B296A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B296A3; }
p { color: rgb(178,150,163); }
H1.HeaderClassName
{
color: #B296A3;
}
.AnyTagClassName
{
color: #B296A3;
}
</style>
background-color css
<style>
a { background-color: #B296A3; }
a { background-color: rgb(178,150,163); }
div.DivClassName
{
background-color: #B296A3;
}
.BgClassName
{
background-color: #B296A3;
}
</style>
border-color css
<style>
span { border-color: #B296A3; }
span { border-color: rgb(178,150,163); }
td.TdClassName
{
border-color: #B296A3;
}
.TagClassName
{
border-color: #B296A3;
}
</style>