Shades of Lily #BFA3AF
Tints of Lily #BFA3AF
RGB
CMYK
RGB Variations
Color information
#BFA3AF (or 0xBFA3AF) is known color: Lily. HEX triplet: BF, A3 and AF. RGB value is (191,163,175). Sum of RGB (Red+Green+Blue) = 191+163+175=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA3AF is #405C50. Grayscale: #ACACAC. Windows color (decimal): -4217937 or 11510719. OLE color: 11510719.
HSL color Cylindrical-coordinate representation of color #BFA3AF: hue angle of 334.29º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFA3AF is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 175 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.25 |
| HSL | 334.29º | 0.18% | 0.69% | - |
| HSV(B) | 334.29º | 0.15% | 0.75% | - |
| XYZ | 42.32 | 40.37 | 46.12 | - |
| YUV | 172.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 175 | 0 | 0.15 | 0.08 | 0.25 | 334.29 | 0.18 | 0.69 |
| Hex | BF | A3 | AF | 0 | F | 8 | 19 | 14E | 12 | 45 |
| Octal | 277 | 243 | 257 | 0 | 17 | 10 | 31 | 516 | 22 | 105 |
| Binary | 10111111 | 10100011 | 10101111 | 0 | 1111 | 1000 | 11001 | 101001110 | 10010 | 1000101 |
Color Harmonies of #BFA3AF
Complementary color
Monochromatic Colors of #BFA3AF
Black with #BFA3AF
Text Example
Text Example
White with #BFA3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3AF; }
p { color: rgb(191,163,175); }
H1.HeaderClassName
{
color: #BFA3AF;
}
.AnyTagClassName
{
color: #BFA3AF;
}
</style>
background-color css
<style>
a { background-color: #BFA3AF; }
a { background-color: rgb(191,163,175); }
div.DivClassName
{
background-color: #BFA3AF;
}
.BgClassName
{
background-color: #BFA3AF;
}
</style>
border-color css
<style>
span { border-color: #BFA3AF; }
span { border-color: rgb(191,163,175); }
td.TdClassName
{
border-color: #BFA3AF;
}
.TagClassName
{
border-color: #BFA3AF;
}
</style>