Shades of Lilac #BFAABC
Tints of Lilac #BFAABC
RGB
CMYK
RGB Variations
Color information
#BFAABC (or 0xBFAABC) is known color: Lilac. HEX triplet: BF, AA and BC. RGB value is (191,170,188). Sum of RGB (Red+Green+Blue) = 191+170+188=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAABC is #405543. Grayscale: #B2B2B2. Windows color (decimal): -4216132 or 12364479. OLE color: 12364479.
HSL color Cylindrical-coordinate representation of color #BFAABC: hue angle of 308.57º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAABC is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 188 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.25 |
| HSL | 308.57º | 0.14% | 0.71% | - |
| HSV(B) | 308.57º | 0.11% | 0.75% | - |
| XYZ | 44.94 | 43.46 | 53.6 | - |
| YUV | 178.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 188 | 0 | 0.11 | 0.02 | 0.25 | 308.57 | 0.14 | 0.71 |
| Hex | BF | AA | BC | 0 | B | 2 | 19 | 135 | E | 47 |
| Octal | 277 | 252 | 274 | 0 | 13 | 2 | 31 | 465 | 16 | 107 |
| Binary | 10111111 | 10101010 | 10111100 | 0 | 1011 | 10 | 11001 | 100110101 | 1110 | 1000111 |
Color Harmonies of #BFAABC
Complementary color
Monochromatic Colors of #BFAABC
Black with #BFAABC
Text Example
Text Example
White with #BFAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAABC; }
p { color: rgb(191,170,188); }
H1.HeaderClassName
{
color: #BFAABC;
}
.AnyTagClassName
{
color: #BFAABC;
}
</style>
background-color css
<style>
a { background-color: #BFAABC; }
a { background-color: rgb(191,170,188); }
div.DivClassName
{
background-color: #BFAABC;
}
.BgClassName
{
background-color: #BFAABC;
}
</style>
border-color css
<style>
span { border-color: #BFAABC; }
span { border-color: rgb(191,170,188); }
td.TdClassName
{
border-color: #BFAABC;
}
.TagClassName
{
border-color: #BFAABC;
}
</style>