Shades of Lily #BFA1B9
Tints of Lily #BFA1B9
RGB
CMYK
RGB Variations
Color information
#BFA1B9 (or 0xBFA1B9) is known color: Lily. HEX triplet: BF, A1 and B9. RGB value is (191,161,185). Sum of RGB (Red+Green+Blue) = 191+161+185=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1B9 is #405E46. Grayscale: #ACACAC. Windows color (decimal): -4218439 or 12165567. OLE color: 12165567.
HSL color Cylindrical-coordinate representation of color #BFA1B9: hue angle of 312º 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 #BFA1B9 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 185 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.25 |
| HSL | 312º | 0.19% | 0.69% | - |
| HSV(B) | 312º | 0.16% | 0.75% | - |
| XYZ | 42.99 | 40.07 | 51.37 | - |
| YUV | 172.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 185 | 0 | 0.16 | 0.03 | 0.25 | 312 | 0.19 | 0.69 |
| Hex | BF | A1 | B9 | 0 | 10 | 3 | 19 | 138 | 13 | 45 |
| Octal | 277 | 241 | 271 | 0 | 20 | 3 | 31 | 470 | 23 | 105 |
| Binary | 10111111 | 10100001 | 10111001 | 0 | 10000 | 11 | 11001 | 100111000 | 10011 | 1000101 |
Color Harmonies of #BFA1B9
Complementary color
Monochromatic Colors of #BFA1B9
Black with #BFA1B9
Text Example
Text Example
White with #BFA1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1B9; }
p { color: rgb(191,161,185); }
H1.HeaderClassName
{
color: #BFA1B9;
}
.AnyTagClassName
{
color: #BFA1B9;
}
</style>
background-color css
<style>
a { background-color: #BFA1B9; }
a { background-color: rgb(191,161,185); }
div.DivClassName
{
background-color: #BFA1B9;
}
.BgClassName
{
background-color: #BFA1B9;
}
</style>
border-color css
<style>
span { border-color: #BFA1B9; }
span { border-color: rgb(191,161,185); }
td.TdClassName
{
border-color: #BFA1B9;
}
.TagClassName
{
border-color: #BFA1B9;
}
</style>