Shades of Lily #B598AA
Tints of Lily #B598AA
RGB
CMYK
RGB Variations
Color information
#B598AA (or 0xB598AA) is known color: Lily. HEX triplet: B5, 98 and AA. RGB value is (181,152,170). Sum of RGB (Red+Green+Blue) = 181+152+170=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B598AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B598AA is #4A6755. Grayscale: #A2A2A2. Windows color (decimal): -4876118 or 11180213. OLE color: 11180213.
HSL color Cylindrical-coordinate representation of color #B598AA: hue angle of 322.76º 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 #B598AA is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 170 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.29 |
| HSL | 322.76º | 0.16% | 0.65% | - |
| HSV(B) | 322.76º | 0.16% | 0.71% | - |
| XYZ | 37.54 | 35.18 | 42.84 | - |
| YUV | 162.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 170 | 0 | 0.16 | 0.06 | 0.29 | 322.76 | 0.16 | 0.65 |
| Hex | B5 | 98 | AA | 0 | 10 | 6 | 1D | 143 | 10 | 41 |
| Octal | 265 | 230 | 252 | 0 | 20 | 6 | 35 | 503 | 20 | 101 |
| Binary | 10110101 | 10011000 | 10101010 | 0 | 10000 | 110 | 11101 | 101000011 | 10000 | 1000001 |
Color Harmonies of #B598AA
Complementary color
Monochromatic Colors of #B598AA
Black with #B598AA
Text Example
Text Example
White with #B598AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598AA; }
p { color: rgb(181,152,170); }
H1.HeaderClassName
{
color: #B598AA;
}
.AnyTagClassName
{
color: #B598AA;
}
</style>
background-color css
<style>
a { background-color: #B598AA; }
a { background-color: rgb(181,152,170); }
div.DivClassName
{
background-color: #B598AA;
}
.BgClassName
{
background-color: #B598AA;
}
</style>
border-color css
<style>
span { border-color: #B598AA; }
span { border-color: rgb(181,152,170); }
td.TdClassName
{
border-color: #B598AA;
}
.TagClassName
{
border-color: #B598AA;
}
</style>