Shades of Lily #B9A4B1
Tints of Lily #B9A4B1
RGB
CMYK
RGB Variations
Color information
#B9A4B1 (or 0xB9A4B1) is known color: Lily. HEX triplet: B9, A4 and B1. RGB value is (185,164,177). Sum of RGB (Red+Green+Blue) = 185+164+177=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A4B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A4B1 is #465B4E. Grayscale: #ABABAB. Windows color (decimal): -4610895 or 11642041. OLE color: 11642041.
HSL color Cylindrical-coordinate representation of color #B9A4B1: hue angle of 322.86º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9A4B1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 177 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.27 |
| HSL | 322.86º | 0.13% | 0.68% | - |
| HSV(B) | 322.86º | 0.11% | 0.73% | - |
| XYZ | 41.22 | 40.04 | 47.15 | - |
| YUV | 171.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 177 | 0 | 0.11 | 0.04 | 0.27 | 322.86 | 0.13 | 0.68 |
| Hex | B9 | A4 | B1 | 0 | B | 4 | 1B | 143 | D | 44 |
| Octal | 271 | 244 | 261 | 0 | 13 | 4 | 33 | 503 | 15 | 104 |
| Binary | 10111001 | 10100100 | 10110001 | 0 | 1011 | 100 | 11011 | 101000011 | 1101 | 1000100 |
Color Harmonies of #B9A4B1
Complementary color
Monochromatic Colors of #B9A4B1
Black with #B9A4B1
Text Example
Text Example
White with #B9A4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A4B1; }
p { color: rgb(185,164,177); }
H1.HeaderClassName
{
color: #B9A4B1;
}
.AnyTagClassName
{
color: #B9A4B1;
}
</style>
background-color css
<style>
a { background-color: #B9A4B1; }
a { background-color: rgb(185,164,177); }
div.DivClassName
{
background-color: #B9A4B1;
}
.BgClassName
{
background-color: #B9A4B1;
}
</style>
border-color css
<style>
span { border-color: #B9A4B1; }
span { border-color: rgb(185,164,177); }
td.TdClassName
{
border-color: #B9A4B1;
}
.TagClassName
{
border-color: #B9A4B1;
}
</style>