Shades of Lily #B59CAC
Tints of Lily #B59CAC
RGB
CMYK
RGB Variations
Color information
#B59CAC (or 0xB59CAC) is known color: Lily. HEX triplet: B5, 9C and AC. RGB value is (181,156,172). Sum of RGB (Red+Green+Blue) = 181+156+172=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 181 - color contains mainly: red. Hex color #B59CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59CAC is #4A6353. Grayscale: #A5A5A5. Windows color (decimal): -4875092 or 11312309. OLE color: 11312309.
HSL color Cylindrical-coordinate representation of color #B59CAC: hue angle of 321.6º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B59CAC is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 172 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.29 |
| HSL | 321.6º | 0.14% | 0.66% | - |
| HSV(B) | 321.6º | 0.14% | 0.71% | - |
| XYZ | 38.39 | 36.58 | 44.07 | - |
| YUV | 165.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 172 | 0 | 0.14 | 0.05 | 0.29 | 321.6 | 0.14 | 0.66 |
| Hex | B5 | 9C | AC | 0 | E | 5 | 1D | 142 | E | 42 |
| Octal | 265 | 234 | 254 | 0 | 16 | 5 | 35 | 502 | 16 | 102 |
| Binary | 10110101 | 10011100 | 10101100 | 0 | 1110 | 101 | 11101 | 101000010 | 1110 | 1000010 |
Color Harmonies of #B59CAC
Complementary color
Monochromatic Colors of #B59CAC
Black with #B59CAC
Text Example
Text Example
White with #B59CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59CAC; }
p { color: rgb(181,156,172); }
H1.HeaderClassName
{
color: #B59CAC;
}
.AnyTagClassName
{
color: #B59CAC;
}
</style>
background-color css
<style>
a { background-color: #B59CAC; }
a { background-color: rgb(181,156,172); }
div.DivClassName
{
background-color: #B59CAC;
}
.BgClassName
{
background-color: #B59CAC;
}
</style>
border-color css
<style>
span { border-color: #B59CAC; }
span { border-color: rgb(181,156,172); }
td.TdClassName
{
border-color: #B59CAC;
}
.TagClassName
{
border-color: #B59CAC;
}
</style>