Shades of Lily #B59AAC
Tints of Lily #B59AAC
RGB
CMYK
RGB Variations
Color information
#B59AAC (or 0xB59AAC) is known color: Lily. HEX triplet: B5, 9A and AC. RGB value is (181,154,172). Sum of RGB (Red+Green+Blue) = 181+154+172=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59AAC is #4A6553. Grayscale: #A4A4A4. Windows color (decimal): -4875604 or 11311797. OLE color: 11311797.
HSL color Cylindrical-coordinate representation of color #B59AAC: hue angle of 320º 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 #B59AAC is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 172 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.29 |
| HSL | 320º | 0.15% | 0.66% | - |
| HSV(B) | 320º | 0.15% | 0.71% | - |
| XYZ | 38.06 | 35.91 | 43.96 | - |
| YUV | 164.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 172 | 0 | 0.15 | 0.05 | 0.29 | 320 | 0.15 | 0.66 |
| Hex | B5 | 9A | AC | 0 | F | 5 | 1D | 140 | F | 42 |
| Octal | 265 | 232 | 254 | 0 | 17 | 5 | 35 | 500 | 17 | 102 |
| Binary | 10110101 | 10011010 | 10101100 | 0 | 1111 | 101 | 11101 | 101000000 | 1111 | 1000010 |
Color Harmonies of #B59AAC
Complementary color
Monochromatic Colors of #B59AAC
Black with #B59AAC
Text Example
Text Example
White with #B59AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59AAC; }
p { color: rgb(181,154,172); }
H1.HeaderClassName
{
color: #B59AAC;
}
.AnyTagClassName
{
color: #B59AAC;
}
</style>
background-color css
<style>
a { background-color: #B59AAC; }
a { background-color: rgb(181,154,172); }
div.DivClassName
{
background-color: #B59AAC;
}
.BgClassName
{
background-color: #B59AAC;
}
</style>
border-color css
<style>
span { border-color: #B59AAC; }
span { border-color: rgb(181,154,172); }
td.TdClassName
{
border-color: #B59AAC;
}
.TagClassName
{
border-color: #B59AAC;
}
</style>