Shades of Lily #BFA7B0
Tints of Lily #BFA7B0
RGB
CMYK
RGB Variations
Color information
#BFA7B0 (or 0xBFA7B0) is known color: Lily. HEX triplet: BF, A7 and B0. RGB value is (191,167,176). Sum of RGB (Red+Green+Blue) = 191+167+176=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA7B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA7B0 is #40584F. Grayscale: #AFAFAF. Windows color (decimal): -4216912 or 11577279. OLE color: 11577279.
HSL color Cylindrical-coordinate representation of color #BFA7B0: hue angle of 337.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFA7B0 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 167 | 176 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.25 |
| HSL | 337.5º | 0.16% | 0.7% | - |
| HSV(B) | 337.5º | 0.13% | 0.75% | - |
| XYZ | 43.14 | 41.85 | 46.88 | - |
| YUV | 175.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 176 | 0 | 0.13 | 0.08 | 0.25 | 337.5 | 0.16 | 0.7 |
| Hex | BF | A7 | B0 | 0 | D | 8 | 19 | 152 | 10 | 46 |
| Octal | 277 | 247 | 260 | 0 | 15 | 10 | 31 | 522 | 20 | 106 |
| Binary | 10111111 | 10100111 | 10110000 | 0 | 1101 | 1000 | 11001 | 101010010 | 10000 | 1000110 |
Color Harmonies of #BFA7B0
Complementary color
Monochromatic Colors of #BFA7B0
Black with #BFA7B0
Text Example
Text Example
White with #BFA7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA7B0; }
p { color: rgb(191,167,176); }
H1.HeaderClassName
{
color: #BFA7B0;
}
.AnyTagClassName
{
color: #BFA7B0;
}
</style>
background-color css
<style>
a { background-color: #BFA7B0; }
a { background-color: rgb(191,167,176); }
div.DivClassName
{
background-color: #BFA7B0;
}
.BgClassName
{
background-color: #BFA7B0;
}
</style>
border-color css
<style>
span { border-color: #BFA7B0; }
span { border-color: rgb(191,167,176); }
td.TdClassName
{
border-color: #BFA7B0;
}
.TagClassName
{
border-color: #BFA7B0;
}
</style>