Shades of Lilac #BFA8BC
Tints of Lilac #BFA8BC
RGB
CMYK
RGB Variations
Color information
#BFA8BC (or 0xBFA8BC) is known color: Lilac. HEX triplet: BF, A8 and BC. RGB value is (191,168,188). Sum of RGB (Red+Green+Blue) = 191+168+188=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8BC is #405743. Grayscale: #B1B1B1. Windows color (decimal): -4216644 or 12363967. OLE color: 12363967.
HSL color Cylindrical-coordinate representation of color #BFA8BC: hue angle of 307.83º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFA8BC is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 188 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.25 |
| HSL | 307.83º | 0.15% | 0.7% | - |
| HSV(B) | 307.83º | 0.12% | 0.75% | - |
| XYZ | 44.57 | 42.71 | 53.47 | - |
| YUV | 177.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 188 | 0 | 0.12 | 0.02 | 0.25 | 307.83 | 0.15 | 0.7 |
| Hex | BF | A8 | BC | 0 | C | 2 | 19 | 134 | F | 46 |
| Octal | 277 | 250 | 274 | 0 | 14 | 2 | 31 | 464 | 17 | 106 |
| Binary | 10111111 | 10101000 | 10111100 | 0 | 1100 | 10 | 11001 | 100110100 | 1111 | 1000110 |
Color Harmonies of #BFA8BC
Complementary color
Monochromatic Colors of #BFA8BC
Black with #BFA8BC
Text Example
Text Example
White with #BFA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8BC; }
p { color: rgb(191,168,188); }
H1.HeaderClassName
{
color: #BFA8BC;
}
.AnyTagClassName
{
color: #BFA8BC;
}
</style>
background-color css
<style>
a { background-color: #BFA8BC; }
a { background-color: rgb(191,168,188); }
div.DivClassName
{
background-color: #BFA8BC;
}
.BgClassName
{
background-color: #BFA8BC;
}
</style>
border-color css
<style>
span { border-color: #BFA8BC; }
span { border-color: rgb(191,168,188); }
td.TdClassName
{
border-color: #BFA8BC;
}
.TagClassName
{
border-color: #BFA8BC;
}
</style>