Shades of Lilac #BFA5BC
Tints of Lilac #BFA5BC
RGB
CMYK
RGB Variations
Color information
#BFA5BC (or 0xBFA5BC) is known color: Lilac. HEX triplet: BF, A5 and BC. RGB value is (191,165,188). Sum of RGB (Red+Green+Blue) = 191+165+188=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5BC is #405A43. Grayscale: #AFAFAF. Windows color (decimal): -4217412 or 12363199. OLE color: 12363199.
HSL color Cylindrical-coordinate representation of color #BFA5BC: hue angle of 306.92º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFA5BC is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 188 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.25 |
| HSL | 306.92º | 0.17% | 0.7% | - |
| HSV(B) | 306.92º | 0.14% | 0.75% | - |
| XYZ | 44.02 | 41.62 | 53.29 | - |
| YUV | 175.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 188 | 0 | 0.14 | 0.02 | 0.25 | 306.92 | 0.17 | 0.7 |
| Hex | BF | A5 | BC | 0 | E | 2 | 19 | 133 | 11 | 46 |
| Octal | 277 | 245 | 274 | 0 | 16 | 2 | 31 | 463 | 21 | 106 |
| Binary | 10111111 | 10100101 | 10111100 | 0 | 1110 | 10 | 11001 | 100110011 | 10001 | 1000110 |
Color Harmonies of #BFA5BC
Complementary color
Monochromatic Colors of #BFA5BC
Black with #BFA5BC
Text Example
Text Example
White with #BFA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA5BC; }
p { color: rgb(191,165,188); }
H1.HeaderClassName
{
color: #BFA5BC;
}
.AnyTagClassName
{
color: #BFA5BC;
}
</style>
background-color css
<style>
a { background-color: #BFA5BC; }
a { background-color: rgb(191,165,188); }
div.DivClassName
{
background-color: #BFA5BC;
}
.BgClassName
{
background-color: #BFA5BC;
}
</style>
border-color css
<style>
span { border-color: #BFA5BC; }
span { border-color: rgb(191,165,188); }
td.TdClassName
{
border-color: #BFA5BC;
}
.TagClassName
{
border-color: #BFA5BC;
}
</style>