Shades of Lily #BFA1AD
Tints of Lily #BFA1AD
RGB
CMYK
RGB Variations
Color information
#BFA1AD (or 0xBFA1AD) is known color: Lily. HEX triplet: BF, A1 and AD. RGB value is (191,161,173). Sum of RGB (Red+Green+Blue) = 191+161+173=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA1AD is #405E52. Grayscale: #ABABAB. Windows color (decimal): -4218451 or 11379135. OLE color: 11379135.
HSL color Cylindrical-coordinate representation of color #BFA1AD: hue angle of 336º 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 #BFA1AD is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 173 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.25 |
| HSL | 336º | 0.19% | 0.69% | - |
| HSV(B) | 336º | 0.16% | 0.75% | - |
| XYZ | 41.77 | 39.58 | 44.97 | - |
| YUV | 171.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 173 | 0 | 0.16 | 0.09 | 0.25 | 336 | 0.19 | 0.69 |
| Hex | BF | A1 | AD | 0 | 10 | 9 | 19 | 150 | 13 | 45 |
| Octal | 277 | 241 | 255 | 0 | 20 | 11 | 31 | 520 | 23 | 105 |
| Binary | 10111111 | 10100001 | 10101101 | 0 | 10000 | 1001 | 11001 | 101010000 | 10011 | 1000101 |
Color Harmonies of #BFA1AD
Complementary color
Monochromatic Colors of #BFA1AD
Black with #BFA1AD
Text Example
Text Example
White with #BFA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1AD; }
p { color: rgb(191,161,173); }
H1.HeaderClassName
{
color: #BFA1AD;
}
.AnyTagClassName
{
color: #BFA1AD;
}
</style>
background-color css
<style>
a { background-color: #BFA1AD; }
a { background-color: rgb(191,161,173); }
div.DivClassName
{
background-color: #BFA1AD;
}
.BgClassName
{
background-color: #BFA1AD;
}
</style>
border-color css
<style>
span { border-color: #BFA1AD; }
span { border-color: rgb(191,161,173); }
td.TdClassName
{
border-color: #BFA1AD;
}
.TagClassName
{
border-color: #BFA1AD;
}
</style>