Shades of Lilac #BFA8BD
Tints of Lilac #BFA8BD
RGB
CMYK
RGB Variations
Color information
#BFA8BD (or 0xBFA8BD) is known color: Lilac. HEX triplet: BF, A8 and BD. RGB value is (191,168,189). Sum of RGB (Red+Green+Blue) = 191+168+189=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8BD is #405742. Grayscale: #B1B1B1. Windows color (decimal): -4216643 or 12429503. OLE color: 12429503.
HSL color Cylindrical-coordinate representation of color #BFA8BD: hue angle of 305.22º 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 #BFA8BD is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 189 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.25 |
| HSL | 305.22º | 0.15% | 0.7% | - |
| HSV(B) | 305.22º | 0.12% | 0.75% | - |
| XYZ | 44.67 | 42.76 | 54.04 | - |
| YUV | 177.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 189 | 0 | 0.12 | 0.01 | 0.25 | 305.22 | 0.15 | 0.7 |
| Hex | BF | A8 | BD | 0 | C | 1 | 19 | 131 | F | 46 |
| Octal | 277 | 250 | 275 | 0 | 14 | 1 | 31 | 461 | 17 | 106 |
| Binary | 10111111 | 10101000 | 10111101 | 0 | 1100 | 1 | 11001 | 100110001 | 1111 | 1000110 |
Color Harmonies of #BFA8BD
Complementary color
Monochromatic Colors of #BFA8BD
Black with #BFA8BD
Text Example
Text Example
White with #BFA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8BD; }
p { color: rgb(191,168,189); }
H1.HeaderClassName
{
color: #BFA8BD;
}
.AnyTagClassName
{
color: #BFA8BD;
}
</style>
background-color css
<style>
a { background-color: #BFA8BD; }
a { background-color: rgb(191,168,189); }
div.DivClassName
{
background-color: #BFA8BD;
}
.BgClassName
{
background-color: #BFA8BD;
}
</style>
border-color css
<style>
span { border-color: #BFA8BD; }
span { border-color: rgb(191,168,189); }
td.TdClassName
{
border-color: #BFA8BD;
}
.TagClassName
{
border-color: #BFA8BD;
}
</style>