Shades of Lily #B9ACB5
Tints of Lily #B9ACB5
RGB
CMYK
RGB Variations
Color information
#B9ACB5 (or 0xB9ACB5) is known color: Lily. HEX triplet: B9, AC and B5. RGB value is (185,172,181). Sum of RGB (Red+Green+Blue) = 185+172+181=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACB5 is #46534A. Grayscale: #B0B0B0. Windows color (decimal): -4608843 or 11906233. OLE color: 11906233.
HSL color Cylindrical-coordinate representation of color #B9ACB5: hue angle of 318.46º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9ACB5 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 172 | 181 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.27 |
| HSL | 318.46º | 0.08% | 0.7% | - |
| HSV(B) | 318.46º | 0.07% | 0.73% | - |
| XYZ | 43.1 | 43.16 | 49.77 | - |
| YUV | 176.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 181 | 0 | 0.07 | 0.02 | 0.27 | 318.46 | 0.08 | 0.7 |
| Hex | B9 | AC | B5 | 0 | 7 | 2 | 1B | 13E | 8 | 46 |
| Octal | 271 | 254 | 265 | 0 | 7 | 2 | 33 | 476 | 10 | 106 |
| Binary | 10111001 | 10101100 | 10110101 | 0 | 111 | 10 | 11011 | 100111110 | 1000 | 1000110 |
Color Harmonies of #B9ACB5
Complementary color
Monochromatic Colors of #B9ACB5
Black with #B9ACB5
Text Example
Text Example
White with #B9ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ACB5; }
p { color: rgb(185,172,181); }
H1.HeaderClassName
{
color: #B9ACB5;
}
.AnyTagClassName
{
color: #B9ACB5;
}
</style>
background-color css
<style>
a { background-color: #B9ACB5; }
a { background-color: rgb(185,172,181); }
div.DivClassName
{
background-color: #B9ACB5;
}
.BgClassName
{
background-color: #B9ACB5;
}
</style>
border-color css
<style>
span { border-color: #B9ACB5; }
span { border-color: rgb(185,172,181); }
td.TdClassName
{
border-color: #B9ACB5;
}
.TagClassName
{
border-color: #B9ACB5;
}
</style>