Shades of Lily #B9AAAF
Tints of Lily #B9AAAF
RGB
CMYK
RGB Variations
Color information
#B9AAAF (or 0xB9AAAF) is known color: Lily. HEX triplet: B9, AA and AF. RGB value is (185,170,175). Sum of RGB (Red+Green+Blue) = 185+170+175=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AAAF is #465550. Grayscale: #AFAFAF. Windows color (decimal): -4609361 or 11512505. OLE color: 11512505.
HSL color Cylindrical-coordinate representation of color #B9AAAF: hue angle of 340º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9AAAF is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 175 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.27 |
| HSL | 340º | 0.1% | 0.7% | - |
| HSV(B) | 340º | 0.08% | 0.73% | - |
| XYZ | 42.12 | 42.16 | 46.47 | - |
| YUV | 175.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 175 | 0 | 0.08 | 0.05 | 0.27 | 340 | 0.1 | 0.7 |
| Hex | B9 | AA | AF | 0 | 8 | 5 | 1B | 154 | A | 46 |
| Octal | 271 | 252 | 257 | 0 | 10 | 5 | 33 | 524 | 12 | 106 |
| Binary | 10111001 | 10101010 | 10101111 | 0 | 1000 | 101 | 11011 | 101010100 | 1010 | 1000110 |
Color Harmonies of #B9AAAF
Complementary color
Monochromatic Colors of #B9AAAF
Black with #B9AAAF
Text Example
Text Example
White with #B9AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AAAF; }
p { color: rgb(185,170,175); }
H1.HeaderClassName
{
color: #B9AAAF;
}
.AnyTagClassName
{
color: #B9AAAF;
}
</style>
background-color css
<style>
a { background-color: #B9AAAF; }
a { background-color: rgb(185,170,175); }
div.DivClassName
{
background-color: #B9AAAF;
}
.BgClassName
{
background-color: #B9AAAF;
}
</style>
border-color css
<style>
span { border-color: #B9AAAF; }
span { border-color: rgb(185,170,175); }
td.TdClassName
{
border-color: #B9AAAF;
}
.TagClassName
{
border-color: #B9AAAF;
}
</style>