Shades of Lily #B498A9
Tints of Lily #B498A9
RGB
CMYK
RGB Variations
Color information
#B498A9 (or 0xB498A9) is known color: Lily. HEX triplet: B4, 98 and A9. RGB value is (180,152,169). Sum of RGB (Red+Green+Blue) = 180+152+169=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B498A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B498A9 is #4B6756. Grayscale: #A2A2A2. Windows color (decimal): -4941655 or 11114676. OLE color: 11114676.
HSL color Cylindrical-coordinate representation of color #B498A9: hue angle of 323.57º 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 #B498A9 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 169 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.29 |
| HSL | 323.57º | 0.16% | 0.65% | - |
| HSV(B) | 323.57º | 0.16% | 0.71% | - |
| XYZ | 37.21 | 35.02 | 42.34 | - |
| YUV | 162.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 169 | 0 | 0.16 | 0.06 | 0.29 | 323.57 | 0.16 | 0.65 |
| Hex | B4 | 98 | A9 | 0 | 10 | 6 | 1D | 144 | 10 | 41 |
| Octal | 264 | 230 | 251 | 0 | 20 | 6 | 35 | 504 | 20 | 101 |
| Binary | 10110100 | 10011000 | 10101001 | 0 | 10000 | 110 | 11101 | 101000100 | 10000 | 1000001 |
Color Harmonies of #B498A9
Complementary color
Monochromatic Colors of #B498A9
Black with #B498A9
Text Example
Text Example
White with #B498A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B498A9; }
p { color: rgb(180,152,169); }
H1.HeaderClassName
{
color: #B498A9;
}
.AnyTagClassName
{
color: #B498A9;
}
</style>
background-color css
<style>
a { background-color: #B498A9; }
a { background-color: rgb(180,152,169); }
div.DivClassName
{
background-color: #B498A9;
}
.BgClassName
{
background-color: #B498A9;
}
</style>
border-color css
<style>
span { border-color: #B498A9; }
span { border-color: rgb(180,152,169); }
td.TdClassName
{
border-color: #B498A9;
}
.TagClassName
{
border-color: #B498A9;
}
</style>