Shades of Lily #B5AAB1
Tints of Lily #B5AAB1
RGB
CMYK
RGB Variations
Color information
#B5AAB1 (or 0xB5AAB1) is known color: Lily. HEX triplet: B5, AA and B1. RGB value is (181,170,177). Sum of RGB (Red+Green+Blue) = 181+170+177=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AAB1 is #4A554E. Grayscale: #AEAEAE. Windows color (decimal): -4871503 or 11643573. OLE color: 11643573.
HSL color Cylindrical-coordinate representation of color #B5AAB1: hue angle of 321.82º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5AAB1 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 170 | 177 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.29 |
| HSL | 321.82º | 0.07% | 0.69% | - |
| HSV(B) | 321.82º | 0.06% | 0.71% | - |
| XYZ | 41.37 | 41.75 | 47.47 | - |
| YUV | 174.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 170 | 177 | 0 | 0.06 | 0.02 | 0.29 | 321.82 | 0.07 | 0.69 |
| Hex | B5 | AA | B1 | 0 | 6 | 2 | 1D | 142 | 7 | 45 |
| Octal | 265 | 252 | 261 | 0 | 6 | 2 | 35 | 502 | 7 | 105 |
| Binary | 10110101 | 10101010 | 10110001 | 0 | 110 | 10 | 11101 | 101000010 | 111 | 1000101 |
Color Harmonies of #B5AAB1
Complementary color
Monochromatic Colors of #B5AAB1
Black with #B5AAB1
Text Example
Text Example
White with #B5AAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AAB1; }
p { color: rgb(181,170,177); }
H1.HeaderClassName
{
color: #B5AAB1;
}
.AnyTagClassName
{
color: #B5AAB1;
}
</style>
background-color css
<style>
a { background-color: #B5AAB1; }
a { background-color: rgb(181,170,177); }
div.DivClassName
{
background-color: #B5AAB1;
}
.BgClassName
{
background-color: #B5AAB1;
}
</style>
border-color css
<style>
span { border-color: #B5AAB1; }
span { border-color: rgb(181,170,177); }
td.TdClassName
{
border-color: #B5AAB1;
}
.TagClassName
{
border-color: #B5AAB1;
}
</style>