Shades of Lilac #BFA6BC
Tints of Lilac #BFA6BC
RGB
CMYK
RGB Variations
Color information
#BFA6BC (or 0xBFA6BC) is known color: Lilac. HEX triplet: BF, A6 and BC. RGB value is (191,166,188). Sum of RGB (Red+Green+Blue) = 191+166+188=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6BC is #405943. Grayscale: #AFAFAF. Windows color (decimal): -4217156 or 12363455. OLE color: 12363455.
HSL color Cylindrical-coordinate representation of color #BFA6BC: hue angle of 307.2º 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 #BFA6BC is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 188 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.25 |
| HSL | 307.2º | 0.16% | 0.7% | - |
| HSV(B) | 307.2º | 0.13% | 0.75% | - |
| XYZ | 44.2 | 41.98 | 53.35 | - |
| YUV | 175.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 188 | 0 | 0.13 | 0.02 | 0.25 | 307.2 | 0.16 | 0.7 |
| Hex | BF | A6 | BC | 0 | D | 2 | 19 | 133 | 10 | 46 |
| Octal | 277 | 246 | 274 | 0 | 15 | 2 | 31 | 463 | 20 | 106 |
| Binary | 10111111 | 10100110 | 10111100 | 0 | 1101 | 10 | 11001 | 100110011 | 10000 | 1000110 |
Color Harmonies of #BFA6BC
Complementary color
Monochromatic Colors of #BFA6BC
Black with #BFA6BC
Text Example
Text Example
White with #BFA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA6BC; }
p { color: rgb(191,166,188); }
H1.HeaderClassName
{
color: #BFA6BC;
}
.AnyTagClassName
{
color: #BFA6BC;
}
</style>
background-color css
<style>
a { background-color: #BFA6BC; }
a { background-color: rgb(191,166,188); }
div.DivClassName
{
background-color: #BFA6BC;
}
.BgClassName
{
background-color: #BFA6BC;
}
</style>
border-color css
<style>
span { border-color: #BFA6BC; }
span { border-color: rgb(191,166,188); }
td.TdClassName
{
border-color: #BFA6BC;
}
.TagClassName
{
border-color: #BFA6BC;
}
</style>