Shades of Lilac #BFA7BD
Tints of Lilac #BFA7BD
RGB
CMYK
RGB Variations
Color information
#BFA7BD (or 0xBFA7BD) is known color: Lilac. HEX triplet: BF, A7 and BD. RGB value is (191,167,189). Sum of RGB (Red+Green+Blue) = 191+167+189=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7BD is #405842. Grayscale: #B0B0B0. Windows color (decimal): -4216899 or 12429247. OLE color: 12429247.
HSL color Cylindrical-coordinate representation of color #BFA7BD: hue angle of 305º 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 #BFA7BD is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 167 | 189 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.25 |
| HSL | 305º | 0.16% | 0.7% | - |
| HSV(B) | 305º | 0.13% | 0.75% | - |
| XYZ | 44.49 | 42.39 | 53.98 | - |
| YUV | 176.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 189 | 0 | 0.13 | 0.01 | 0.25 | 305 | 0.16 | 0.7 |
| Hex | BF | A7 | BD | 0 | D | 1 | 19 | 131 | 10 | 46 |
| Octal | 277 | 247 | 275 | 0 | 15 | 1 | 31 | 461 | 20 | 106 |
| Binary | 10111111 | 10100111 | 10111101 | 0 | 1101 | 1 | 11001 | 100110001 | 10000 | 1000110 |
Color Harmonies of #BFA7BD
Complementary color
Monochromatic Colors of #BFA7BD
Black with #BFA7BD
Text Example
Text Example
White with #BFA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA7BD; }
p { color: rgb(191,167,189); }
H1.HeaderClassName
{
color: #BFA7BD;
}
.AnyTagClassName
{
color: #BFA7BD;
}
</style>
background-color css
<style>
a { background-color: #BFA7BD; }
a { background-color: rgb(191,167,189); }
div.DivClassName
{
background-color: #BFA7BD;
}
.BgClassName
{
background-color: #BFA7BD;
}
</style>
border-color css
<style>
span { border-color: #BFA7BD; }
span { border-color: rgb(191,167,189); }
td.TdClassName
{
border-color: #BFA7BD;
}
.TagClassName
{
border-color: #BFA7BD;
}
</style>