Shades of Lily #B9AAB4
Tints of Lily #B9AAB4
RGB
CMYK
RGB Variations
Color information
#B9AAB4 (or 0xB9AAB4) is known color: Lily. HEX triplet: B9, AA and B4. RGB value is (185,170,180). Sum of RGB (Red+Green+Blue) = 185+170+180=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAB4 is #46554B. Grayscale: #AFAFAF. Windows color (decimal): -4609356 or 11840185. OLE color: 11840185.
HSL color Cylindrical-coordinate representation of color #B9AAB4: hue angle of 320º 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 #B9AAB4 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 180 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.27 |
| HSL | 320º | 0.1% | 0.7% | - |
| HSV(B) | 320º | 0.08% | 0.73% | - |
| XYZ | 42.62 | 42.36 | 49.11 | - |
| YUV | 175.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 180 | 0 | 0.08 | 0.03 | 0.27 | 320 | 0.1 | 0.7 |
| Hex | B9 | AA | B4 | 0 | 8 | 3 | 1B | 140 | A | 46 |
| Octal | 271 | 252 | 264 | 0 | 10 | 3 | 33 | 500 | 12 | 106 |
| Binary | 10111001 | 10101010 | 10110100 | 0 | 1000 | 11 | 11011 | 101000000 | 1010 | 1000110 |
Color Harmonies of #B9AAB4
Complementary color
Monochromatic Colors of #B9AAB4
Black with #B9AAB4
Text Example
Text Example
White with #B9AAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AAB4; }
p { color: rgb(185,170,180); }
H1.HeaderClassName
{
color: #B9AAB4;
}
.AnyTagClassName
{
color: #B9AAB4;
}
</style>
background-color css
<style>
a { background-color: #B9AAB4; }
a { background-color: rgb(185,170,180); }
div.DivClassName
{
background-color: #B9AAB4;
}
.BgClassName
{
background-color: #B9AAB4;
}
</style>
border-color css
<style>
span { border-color: #B9AAB4; }
span { border-color: rgb(185,170,180); }
td.TdClassName
{
border-color: #B9AAB4;
}
.TagClassName
{
border-color: #B9AAB4;
}
</style>