Shades of Lily #B9ABB5
Tints of Lily #B9ABB5
RGB
CMYK
RGB Variations
Color information
#B9ABB5 (or 0xB9ABB5) is known color: Lily. HEX triplet: B9, AB and B5. RGB value is (185,171,181). Sum of RGB (Red+Green+Blue) = 185+171+181=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABB5 is #46544A. Grayscale: #B0B0B0. Windows color (decimal): -4609099 or 11905977. OLE color: 11905977.
HSL color Cylindrical-coordinate representation of color #B9ABB5: hue angle of 317.14º degrees, saturation: 0.09, 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 #B9ABB5 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 171 | 181 | - |
CMYK | 0 | 0.08 | 0.02 | 0.27 |
HSL | 317.14º | 0.09% | 0.7% | - |
HSV(B) | 317.14º | 0.08% | 0.73% | - |
XYZ | 42.91 | 42.78 | 49.71 | - |
YUV | 176.33 | 130.64 | 134.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 171 | 181 | 0 | 0.08 | 0.02 | 0.27 | 317.14 | 0.09 | 0.7 |
Hex | B9 | AB | B5 | 0 | 8 | 2 | 1B | 13D | 9 | 46 |
Octal | 271 | 253 | 265 | 0 | 10 | 2 | 33 | 475 | 11 | 106 |
Binary | 10111001 | 10101011 | 10110101 | 0 | 1000 | 10 | 11011 | 100111101 | 1001 | 1000110 |
Color Harmonies of #B9ABB5
Complementary color
Monochromatic Colors of #B9ABB5
Black with #B9ABB5
Text Example
Text Example
White with #B9ABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ABB5; }
p { color: rgb(185,171,181); }
H1.HeaderClassName
{
color: #B9ABB5;
}
.AnyTagClassName
{
color: #B9ABB5;
}
</style>
background-color css
<style>
a { background-color: #B9ABB5; }
a { background-color: rgb(185,171,181); }
div.DivClassName
{
background-color: #B9ABB5;
}
.BgClassName
{
background-color: #B9ABB5;
}
</style>
border-color css
<style>
span { border-color: #B9ABB5; }
span { border-color: rgb(185,171,181); }
td.TdClassName
{
border-color: #B9ABB5;
}
.TagClassName
{
border-color: #B9ABB5;
}
</style>