Shades of Lily #B5ACB1
Tints of Lily #B5ACB1
RGB
CMYK
RGB Variations
Color information
#B5ACB1 (or 0xB5ACB1) is known color: Lily. HEX triplet: B5, AC and B1. RGB value is (181,172,177). Sum of RGB (Red+Green+Blue) = 181+172+177=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ACB1 is #4A534E. Grayscale: #AFAFAF. Windows color (decimal): -4870991 or 11644085. OLE color: 11644085.
HSL color Cylindrical-coordinate representation of color #B5ACB1: hue angle of 326.67º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5ACB1 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 172 | 177 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.29 |
| HSL | 326.67º | 0.06% | 0.69% | - |
| HSV(B) | 326.67º | 0.05% | 0.71% | - |
| XYZ | 41.74 | 42.5 | 47.6 | - |
| YUV | 175.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 172 | 177 | 0 | 0.05 | 0.02 | 0.29 | 326.67 | 0.06 | 0.69 |
| Hex | B5 | AC | B1 | 0 | 5 | 2 | 1D | 147 | 6 | 45 |
| Octal | 265 | 254 | 261 | 0 | 5 | 2 | 35 | 507 | 6 | 105 |
| Binary | 10110101 | 10101100 | 10110001 | 0 | 101 | 10 | 11101 | 101000111 | 110 | 1000101 |
Color Harmonies of #B5ACB1
Complementary color
Monochromatic Colors of #B5ACB1
Black with #B5ACB1
Text Example
Text Example
White with #B5ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ACB1; }
p { color: rgb(181,172,177); }
H1.HeaderClassName
{
color: #B5ACB1;
}
.AnyTagClassName
{
color: #B5ACB1;
}
</style>
background-color css
<style>
a { background-color: #B5ACB1; }
a { background-color: rgb(181,172,177); }
div.DivClassName
{
background-color: #B5ACB1;
}
.BgClassName
{
background-color: #B5ACB1;
}
</style>
border-color css
<style>
span { border-color: #B5ACB1; }
span { border-color: rgb(181,172,177); }
td.TdClassName
{
border-color: #B5ACB1;
}
.TagClassName
{
border-color: #B5ACB1;
}
</style>