Shades of Lily #B59AA6
Tints of Lily #B59AA6
RGB
CMYK
RGB Variations
Color information
#B59AA6 (or 0xB59AA6) is known color: Lily. HEX triplet: B5, 9A and A6. RGB value is (181,154,166). Sum of RGB (Red+Green+Blue) = 181+154+166=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59AA6 is #4A6559. Grayscale: #A3A3A3. Windows color (decimal): -4875610 or 10918581. OLE color: 10918581.
HSL color Cylindrical-coordinate representation of color #B59AA6: hue angle of 333.33º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B59AA6 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 166 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.29 |
| HSL | 333.33º | 0.15% | 0.66% | - |
| HSV(B) | 333.33º | 0.15% | 0.71% | - |
| XYZ | 37.49 | 35.69 | 40.99 | - |
| YUV | 163.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 166 | 0 | 0.15 | 0.08 | 0.29 | 333.33 | 0.15 | 0.66 |
| Hex | B5 | 9A | A6 | 0 | F | 8 | 1D | 14D | F | 42 |
| Octal | 265 | 232 | 246 | 0 | 17 | 10 | 35 | 515 | 17 | 102 |
| Binary | 10110101 | 10011010 | 10100110 | 0 | 1111 | 1000 | 11101 | 101001101 | 1111 | 1000010 |
Color Harmonies of #B59AA6
Complementary color
Monochromatic Colors of #B59AA6
Black with #B59AA6
Text Example
Text Example
White with #B59AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59AA6; }
p { color: rgb(181,154,166); }
H1.HeaderClassName
{
color: #B59AA6;
}
.AnyTagClassName
{
color: #B59AA6;
}
</style>
background-color css
<style>
a { background-color: #B59AA6; }
a { background-color: rgb(181,154,166); }
div.DivClassName
{
background-color: #B59AA6;
}
.BgClassName
{
background-color: #B59AA6;
}
</style>
border-color css
<style>
span { border-color: #B59AA6; }
span { border-color: rgb(181,154,166); }
td.TdClassName
{
border-color: #B59AA6;
}
.TagClassName
{
border-color: #B59AA6;
}
</style>