Shades of Lily #B497AA
Tints of Lily #B497AA
RGB
CMYK
RGB Variations
Color information
#B497AA (or 0xB497AA) is known color: Lily. HEX triplet: B4, 97 and AA. RGB value is (180,151,170). Sum of RGB (Red+Green+Blue) = 180+151+170=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B497AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B497AA is #4B6855. Grayscale: #A1A1A1. Windows color (decimal): -4941910 or 11179956. OLE color: 11179956.
HSL color Cylindrical-coordinate representation of color #B497AA: hue angle of 320.69º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B497AA is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 151 | 170 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.29 |
| HSL | 320.69º | 0.16% | 0.65% | - |
| HSV(B) | 320.69º | 0.16% | 0.71% | - |
| XYZ | 37.14 | 34.74 | 42.78 | - |
| YUV | 161.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 170 | 0 | 0.16 | 0.06 | 0.29 | 320.69 | 0.16 | 0.65 |
| Hex | B4 | 97 | AA | 0 | 10 | 6 | 1D | 141 | 10 | 41 |
| Octal | 264 | 227 | 252 | 0 | 20 | 6 | 35 | 501 | 20 | 101 |
| Binary | 10110100 | 10010111 | 10101010 | 0 | 10000 | 110 | 11101 | 101000001 | 10000 | 1000001 |
Color Harmonies of #B497AA
Complementary color
Monochromatic Colors of #B497AA
Black with #B497AA
Text Example
Text Example
White with #B497AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B497AA; }
p { color: rgb(180,151,170); }
H1.HeaderClassName
{
color: #B497AA;
}
.AnyTagClassName
{
color: #B497AA;
}
</style>
background-color css
<style>
a { background-color: #B497AA; }
a { background-color: rgb(180,151,170); }
div.DivClassName
{
background-color: #B497AA;
}
.BgClassName
{
background-color: #B497AA;
}
</style>
border-color css
<style>
span { border-color: #B497AA; }
span { border-color: rgb(180,151,170); }
td.TdClassName
{
border-color: #B497AA;
}
.TagClassName
{
border-color: #B497AA;
}
</style>