Shades of Shady Lady #B495A3
Tints of Shady Lady #B495A3
RGB
CMYK
RGB Variations
Color information
#B495A3 (or 0xB495A3) is known color: Shady Lady. HEX triplet: B4, 95 and A3. RGB value is (180,149,163). Sum of RGB (Red+Green+Blue) = 180+149+163=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B495A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B495A3 is #4B6A5C. Grayscale: #9F9F9F. Windows color (decimal): -4942429 or 10720692. OLE color: 10720692.
HSL color Cylindrical-coordinate representation of color #B495A3: hue angle of 332.9º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B495A3 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 149 | 163 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.29 |
| HSL | 332.9º | 0.17% | 0.65% | - |
| HSV(B) | 332.9º | 0.17% | 0.71% | - |
| XYZ | 36.18 | 33.84 | 39.28 | - |
| YUV | 159.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 163 | 0 | 0.17 | 0.09 | 0.29 | 332.9 | 0.17 | 0.65 |
| Hex | B4 | 95 | A3 | 0 | 11 | 9 | 1D | 14D | 11 | 41 |
| Octal | 264 | 225 | 243 | 0 | 21 | 11 | 35 | 515 | 21 | 101 |
| Binary | 10110100 | 10010101 | 10100011 | 0 | 10001 | 1001 | 11101 | 101001101 | 10001 | 1000001 |
Color Harmonies of #B495A3
Complementary color
Monochromatic Colors of #B495A3
Black with #B495A3
Text Example
Text Example
White with #B495A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B495A3; }
p { color: rgb(180,149,163); }
H1.HeaderClassName
{
color: #B495A3;
}
.AnyTagClassName
{
color: #B495A3;
}
</style>
background-color css
<style>
a { background-color: #B495A3; }
a { background-color: rgb(180,149,163); }
div.DivClassName
{
background-color: #B495A3;
}
.BgClassName
{
background-color: #B495A3;
}
</style>
border-color css
<style>
span { border-color: #B495A3; }
span { border-color: rgb(180,149,163); }
td.TdClassName
{
border-color: #B495A3;
}
.TagClassName
{
border-color: #B495A3;
}
</style>