Shades of Lilac #BFABBD
Tints of Lilac #BFABBD
RGB
CMYK
RGB Variations
Color information
#BFABBD (or 0xBFABBD) is known color: Lilac. HEX triplet: BF, AB and BD. RGB value is (191,171,189). Sum of RGB (Red+Green+Blue) = 191+171+189=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABBD is #405442. Grayscale: #B2B2B2. Windows color (decimal): -4215875 or 12430271. OLE color: 12430271.
HSL color Cylindrical-coordinate representation of color #BFABBD: hue angle of 306º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFABBD is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 189 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.25 |
| HSL | 306º | 0.14% | 0.71% | - |
| HSV(B) | 306º | 0.1% | 0.75% | - |
| XYZ | 45.23 | 43.88 | 54.23 | - |
| YUV | 179.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 189 | 0 | 0.10 | 0.01 | 0.25 | 306 | 0.14 | 0.71 |
| Hex | BF | AB | BD | 0 | A | 1 | 19 | 132 | E | 47 |
| Octal | 277 | 253 | 275 | 0 | 12 | 1 | 31 | 462 | 16 | 107 |
| Binary | 10111111 | 10101011 | 10111101 | 0 | 1010 | 1 | 11001 | 100110010 | 1110 | 1000111 |
Color Harmonies of #BFABBD
Complementary color
Monochromatic Colors of #BFABBD
Black with #BFABBD
Text Example
Text Example
White with #BFABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABBD; }
p { color: rgb(191,171,189); }
H1.HeaderClassName
{
color: #BFABBD;
}
.AnyTagClassName
{
color: #BFABBD;
}
</style>
background-color css
<style>
a { background-color: #BFABBD; }
a { background-color: rgb(191,171,189); }
div.DivClassName
{
background-color: #BFABBD;
}
.BgClassName
{
background-color: #BFABBD;
}
</style>
border-color css
<style>
span { border-color: #BFABBD; }
span { border-color: rgb(191,171,189); }
td.TdClassName
{
border-color: #BFABBD;
}
.TagClassName
{
border-color: #BFABBD;
}
</style>