Shades of Lilac #BFABBE
Tints of Lilac #BFABBE
RGB
CMYK
RGB Variations
Color information
#BFABBE (or 0xBFABBE) is known color: Lilac. HEX triplet: BF, AB and BE. RGB value is (191,171,190). Sum of RGB (Red+Green+Blue) = 191+171+190=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABBE is #405441. Grayscale: #B3B3B3. Windows color (decimal): -4215874 or 12495807. OLE color: 12495807.
HSL color Cylindrical-coordinate representation of color #BFABBE: hue angle of 303º 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 #BFABBE is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 190 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.25 |
| HSL | 303º | 0.14% | 0.71% | - |
| HSV(B) | 303º | 0.1% | 0.75% | - |
| XYZ | 45.34 | 43.92 | 54.8 | - |
| YUV | 179.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 190 | 0 | 0.10 | 0.01 | 0.25 | 303 | 0.14 | 0.71 |
| Hex | BF | AB | BE | 0 | A | 1 | 19 | 12F | E | 47 |
| Octal | 277 | 253 | 276 | 0 | 12 | 1 | 31 | 457 | 16 | 107 |
| Binary | 10111111 | 10101011 | 10111110 | 0 | 1010 | 1 | 11001 | 100101111 | 1110 | 1000111 |
Color Harmonies of #BFABBE
Complementary color
Monochromatic Colors of #BFABBE
Black with #BFABBE
Text Example
Text Example
White with #BFABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABBE; }
p { color: rgb(191,171,190); }
H1.HeaderClassName
{
color: #BFABBE;
}
.AnyTagClassName
{
color: #BFABBE;
}
</style>
background-color css
<style>
a { background-color: #BFABBE; }
a { background-color: rgb(191,171,190); }
div.DivClassName
{
background-color: #BFABBE;
}
.BgClassName
{
background-color: #BFABBE;
}
</style>
border-color css
<style>
span { border-color: #BFABBE; }
span { border-color: rgb(191,171,190); }
td.TdClassName
{
border-color: #BFABBE;
}
.TagClassName
{
border-color: #BFABBE;
}
</style>