Shades of Lilac #BFA6BF
Tints of Lilac #BFA6BF
RGB
CMYK
RGB Variations
Color information
#BFA6BF (or 0xBFA6BF) is known color: Lilac. HEX triplet: BF, A6 and BF. RGB value is (191,166,191). Sum of RGB (Red+Green+Blue) = 191+166+191=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFA6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6BF is #405940. Grayscale: #B0B0B0. Windows color (decimal): -4217153 or 12560063. OLE color: 12560063.
HSL color Cylindrical-coordinate representation of color #BFA6BF: hue angle of 300º 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 #BFA6BF is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 191 | - |
| CMYK | 0 | 0.13 | 0 | 0.25 |
| HSL | 300º | 0.16% | 0.7% | - |
| HSV(B) | 300º | 0.13% | 0.75% | - |
| XYZ | 44.53 | 42.11 | 55.07 | - |
| YUV | 176.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 191 | 0 | 0.13 | 0 | 0.25 | 300 | 0.16 | 0.7 |
| Hex | BF | A6 | BF | 0 | D | 0 | 19 | 12C | 10 | 46 |
| Octal | 277 | 246 | 277 | 0 | 15 | 0 | 31 | 454 | 20 | 106 |
| Binary | 10111111 | 10100110 | 10111111 | 0 | 1101 | 0 | 11001 | 100101100 | 10000 | 1000110 |
Color Harmonies of #BFA6BF
Complementary color
Monochromatic Colors of #BFA6BF
Black with #BFA6BF
Text Example
Text Example
White with #BFA6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA6BF; }
p { color: rgb(191,166,191); }
H1.HeaderClassName
{
color: #BFA6BF;
}
.AnyTagClassName
{
color: #BFA6BF;
}
</style>
background-color css
<style>
a { background-color: #BFA6BF; }
a { background-color: rgb(191,166,191); }
div.DivClassName
{
background-color: #BFA6BF;
}
.BgClassName
{
background-color: #BFA6BF;
}
</style>
border-color css
<style>
span { border-color: #BFA6BF; }
span { border-color: rgb(191,166,191); }
td.TdClassName
{
border-color: #BFA6BF;
}
.TagClassName
{
border-color: #BFA6BF;
}
</style>