Shades of Lily #BFA9B8
Tints of Lily #BFA9B8
RGB
CMYK
RGB Variations
Color information
#BFA9B8 (or 0xBFA9B8) is known color: Lily. HEX triplet: BF, A9 and B8. RGB value is (191,169,184). Sum of RGB (Red+Green+Blue) = 191+169+184=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA9B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9B8 is #405647. Grayscale: #B1B1B1. Windows color (decimal): -4216392 or 12102079. OLE color: 12102079.
HSL color Cylindrical-coordinate representation of color #BFA9B8: hue angle of 319.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFA9B8 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 169 | 184 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.25 |
| HSL | 319.09º | 0.15% | 0.71% | - |
| HSV(B) | 319.09º | 0.12% | 0.75% | - |
| XYZ | 44.33 | 42.91 | 51.29 | - |
| YUV | 177.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 184 | 0 | 0.12 | 0.04 | 0.25 | 319.09 | 0.15 | 0.71 |
| Hex | BF | A9 | B8 | 0 | C | 4 | 19 | 13F | F | 47 |
| Octal | 277 | 251 | 270 | 0 | 14 | 4 | 31 | 477 | 17 | 107 |
| Binary | 10111111 | 10101001 | 10111000 | 0 | 1100 | 100 | 11001 | 100111111 | 1111 | 1000111 |
Color Harmonies of #BFA9B8
Complementary color
Monochromatic Colors of #BFA9B8
Black with #BFA9B8
Text Example
Text Example
White with #BFA9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA9B8; }
p { color: rgb(191,169,184); }
H1.HeaderClassName
{
color: #BFA9B8;
}
.AnyTagClassName
{
color: #BFA9B8;
}
</style>
background-color css
<style>
a { background-color: #BFA9B8; }
a { background-color: rgb(191,169,184); }
div.DivClassName
{
background-color: #BFA9B8;
}
.BgClassName
{
background-color: #BFA9B8;
}
</style>
border-color css
<style>
span { border-color: #BFA9B8; }
span { border-color: rgb(191,169,184); }
td.TdClassName
{
border-color: #BFA9B8;
}
.TagClassName
{
border-color: #BFA9B8;
}
</style>