Shades of Lily #BFA8B5
Tints of Lily #BFA8B5
RGB
CMYK
RGB Variations
Color information
#BFA8B5 (or 0xBFA8B5) is known color: Lily. HEX triplet: BF, A8 and B5. RGB value is (191,168,181). Sum of RGB (Red+Green+Blue) = 191+168+181=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8B5 is #40574A. Grayscale: #B0B0B0. Windows color (decimal): -4216651 or 11905215. OLE color: 11905215.
HSL color Cylindrical-coordinate representation of color #BFA8B5: hue angle of 326.09º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFA8B5 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 181 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.25 |
| HSL | 326.09º | 0.15% | 0.7% | - |
| HSV(B) | 326.09º | 0.12% | 0.75% | - |
| XYZ | 43.83 | 42.42 | 49.59 | - |
| YUV | 176.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 181 | 0 | 0.12 | 0.05 | 0.25 | 326.09 | 0.15 | 0.7 |
| Hex | BF | A8 | B5 | 0 | C | 5 | 19 | 146 | F | 46 |
| Octal | 277 | 250 | 265 | 0 | 14 | 5 | 31 | 506 | 17 | 106 |
| Binary | 10111111 | 10101000 | 10110101 | 0 | 1100 | 101 | 11001 | 101000110 | 1111 | 1000110 |
Color Harmonies of #BFA8B5
Complementary color
Monochromatic Colors of #BFA8B5
Black with #BFA8B5
Text Example
Text Example
White with #BFA8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8B5; }
p { color: rgb(191,168,181); }
H1.HeaderClassName
{
color: #BFA8B5;
}
.AnyTagClassName
{
color: #BFA8B5;
}
</style>
background-color css
<style>
a { background-color: #BFA8B5; }
a { background-color: rgb(191,168,181); }
div.DivClassName
{
background-color: #BFA8B5;
}
.BgClassName
{
background-color: #BFA8B5;
}
</style>
border-color css
<style>
span { border-color: #BFA8B5; }
span { border-color: rgb(191,168,181); }
td.TdClassName
{
border-color: #BFA8B5;
}
.TagClassName
{
border-color: #BFA8B5;
}
</style>