Shades of Lily #B9A9B0
Tints of Lily #B9A9B0
RGB
CMYK
RGB Variations
Color information
#B9A9B0 (or 0xB9A9B0) is known color: Lily. HEX triplet: B9, A9 and B0. RGB value is (185,169,176). Sum of RGB (Red+Green+Blue) = 185+169+176=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A9B0 is #46564F. Grayscale: #AEAEAE. Windows color (decimal): -4609616 or 11577785. OLE color: 11577785.
HSL color Cylindrical-coordinate representation of color #B9A9B0: hue angle of 333.75º 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 #B9A9B0 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 169 | 176 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.27 |
| HSL | 333.75º | 0.1% | 0.69% | - |
| HSV(B) | 333.75º | 0.09% | 0.73% | - |
| XYZ | 42.03 | 41.82 | 46.93 | - |
| YUV | 174.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 176 | 0 | 0.09 | 0.05 | 0.27 | 333.75 | 0.1 | 0.69 |
| Hex | B9 | A9 | B0 | 0 | 9 | 5 | 1B | 14E | A | 45 |
| Octal | 271 | 251 | 260 | 0 | 11 | 5 | 33 | 516 | 12 | 105 |
| Binary | 10111001 | 10101001 | 10110000 | 0 | 1001 | 101 | 11011 | 101001110 | 1010 | 1000101 |
Color Harmonies of #B9A9B0
Complementary color
Monochromatic Colors of #B9A9B0
Black with #B9A9B0
Text Example
Text Example
White with #B9A9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A9B0; }
p { color: rgb(185,169,176); }
H1.HeaderClassName
{
color: #B9A9B0;
}
.AnyTagClassName
{
color: #B9A9B0;
}
</style>
background-color css
<style>
a { background-color: #B9A9B0; }
a { background-color: rgb(185,169,176); }
div.DivClassName
{
background-color: #B9A9B0;
}
.BgClassName
{
background-color: #B9A9B0;
}
</style>
border-color css
<style>
span { border-color: #B9A9B0; }
span { border-color: rgb(185,169,176); }
td.TdClassName
{
border-color: #B9A9B0;
}
.TagClassName
{
border-color: #B9A9B0;
}
</style>