Shades of Lily #B9A9B1
Tints of Lily #B9A9B1
RGB
CMYK
RGB Variations
Color information
#B9A9B1 (or 0xB9A9B1) is known color: Lily. HEX triplet: B9, A9 and B1. RGB value is (185,169,177). Sum of RGB (Red+Green+Blue) = 185+169+177=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A9B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A9B1 is #46564E. Grayscale: #AEAEAE. Windows color (decimal): -4609615 or 11643321. OLE color: 11643321.
HSL color Cylindrical-coordinate representation of color #B9A9B1: hue angle of 330º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9A9B1 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 169 | 177 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.27 |
| HSL | 330º | 0.1% | 0.69% | - |
| HSV(B) | 330º | 0.09% | 0.73% | - |
| XYZ | 42.13 | 41.86 | 47.46 | - |
| YUV | 174.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 177 | 0 | 0.09 | 0.04 | 0.27 | 330 | 0.1 | 0.69 |
| Hex | B9 | A9 | B1 | 0 | 9 | 4 | 1B | 14A | A | 45 |
| Octal | 271 | 251 | 261 | 0 | 11 | 4 | 33 | 512 | 12 | 105 |
| Binary | 10111001 | 10101001 | 10110001 | 0 | 1001 | 100 | 11011 | 101001010 | 1010 | 1000101 |
Color Harmonies of #B9A9B1
Complementary color
Monochromatic Colors of #B9A9B1
Black with #B9A9B1
Text Example
Text Example
White with #B9A9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A9B1; }
p { color: rgb(185,169,177); }
H1.HeaderClassName
{
color: #B9A9B1;
}
.AnyTagClassName
{
color: #B9A9B1;
}
</style>
background-color css
<style>
a { background-color: #B9A9B1; }
a { background-color: rgb(185,169,177); }
div.DivClassName
{
background-color: #B9A9B1;
}
.BgClassName
{
background-color: #B9A9B1;
}
</style>
border-color css
<style>
span { border-color: #B9A9B1; }
span { border-color: rgb(185,169,177); }
td.TdClassName
{
border-color: #B9A9B1;
}
.TagClassName
{
border-color: #B9A9B1;
}
</style>