Shades of Lily #B59AAB
Tints of Lily #B59AAB
RGB
CMYK
RGB Variations
Color information
#B59AAB (or 0xB59AAB) is known color: Lily. HEX triplet: B5, 9A and AB. RGB value is (181,154,171). Sum of RGB (Red+Green+Blue) = 181+154+171=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59AAB is #4A6554. Grayscale: #A3A3A3. Windows color (decimal): -4875605 or 11246261. OLE color: 11246261.
HSL color Cylindrical-coordinate representation of color #B59AAB: hue angle of 322.22º 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 #B59AAB is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 171 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.29 |
| HSL | 322.22º | 0.15% | 0.66% | - |
| HSV(B) | 322.22º | 0.15% | 0.71% | - |
| XYZ | 37.96 | 35.88 | 43.45 | - |
| YUV | 164.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 171 | 0 | 0.15 | 0.06 | 0.29 | 322.22 | 0.15 | 0.66 |
| Hex | B5 | 9A | AB | 0 | F | 6 | 1D | 142 | F | 42 |
| Octal | 265 | 232 | 253 | 0 | 17 | 6 | 35 | 502 | 17 | 102 |
| Binary | 10110101 | 10011010 | 10101011 | 0 | 1111 | 110 | 11101 | 101000010 | 1111 | 1000010 |
Color Harmonies of #B59AAB
Complementary color
Monochromatic Colors of #B59AAB
Black with #B59AAB
Text Example
Text Example
White with #B59AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59AAB; }
p { color: rgb(181,154,171); }
H1.HeaderClassName
{
color: #B59AAB;
}
.AnyTagClassName
{
color: #B59AAB;
}
</style>
background-color css
<style>
a { background-color: #B59AAB; }
a { background-color: rgb(181,154,171); }
div.DivClassName
{
background-color: #B59AAB;
}
.BgClassName
{
background-color: #B59AAB;
}
</style>
border-color css
<style>
span { border-color: #B59AAB; }
span { border-color: rgb(181,154,171); }
td.TdClassName
{
border-color: #B59AAB;
}
.TagClassName
{
border-color: #B59AAB;
}
</style>