Shades of Lily #BFA0AB
Tints of Lily #BFA0AB
RGB
CMYK
RGB Variations
Color information
#BFA0AB (or 0xBFA0AB) is known color: Lily. HEX triplet: BF, A0 and AB. RGB value is (191,160,171). Sum of RGB (Red+Green+Blue) = 191+160+171=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA0AB is #405F54. Grayscale: #AAAAAA. Windows color (decimal): -4218709 or 11247807. OLE color: 11247807.
HSL color Cylindrical-coordinate representation of color #BFA0AB: hue angle of 338.71º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFA0AB is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 171 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.25 |
| HSL | 338.71º | 0.19% | 0.69% | - |
| HSV(B) | 338.71º | 0.16% | 0.75% | - |
| XYZ | 41.41 | 39.16 | 43.9 | - |
| YUV | 170.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 171 | 0 | 0.16 | 0.10 | 0.25 | 338.71 | 0.19 | 0.69 |
| Hex | BF | A0 | AB | 0 | 10 | A | 19 | 153 | 13 | 45 |
| Octal | 277 | 240 | 253 | 0 | 20 | 12 | 31 | 523 | 23 | 105 |
| Binary | 10111111 | 10100000 | 10101011 | 0 | 10000 | 1010 | 11001 | 101010011 | 10011 | 1000101 |
Color Harmonies of #BFA0AB
Complementary color
Monochromatic Colors of #BFA0AB
Black with #BFA0AB
Text Example
Text Example
White with #BFA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0AB; }
p { color: rgb(191,160,171); }
H1.HeaderClassName
{
color: #BFA0AB;
}
.AnyTagClassName
{
color: #BFA0AB;
}
</style>
background-color css
<style>
a { background-color: #BFA0AB; }
a { background-color: rgb(191,160,171); }
div.DivClassName
{
background-color: #BFA0AB;
}
.BgClassName
{
background-color: #BFA0AB;
}
</style>
border-color css
<style>
span { border-color: #BFA0AB; }
span { border-color: rgb(191,160,171); }
td.TdClassName
{
border-color: #BFA0AB;
}
.TagClassName
{
border-color: #BFA0AB;
}
</style>