Shades of Lilac #BF8EC5
Tints of Lilac #BF8EC5
RGB
CMYK
RGB Variations
Color information
#BF8EC5 (or 0xBF8EC5) is known color: Lilac. HEX triplet: BF, 8E and C5. RGB value is (191,142,197). Sum of RGB (Red+Green+Blue) = 191+142+197=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF8EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EC5 is #40713A. Grayscale: #A2A2A2. Windows color (decimal): -4223291 or 12947135. OLE color: 12947135.
HSL color Cylindrical-coordinate representation of color #BF8EC5: hue angle of 293.45º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF8EC5 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 142 | 197 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.23 |
| HSL | 293.45º | 0.32% | 0.66% | - |
| HSV(B) | 293.45º | 0.28% | 0.77% | - |
| XYZ | 41.24 | 34.45 | 57.3 | - |
| YUV | 162.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 142 | 197 | 0.03 | 0.28 | 0 | 0.23 | 293.45 | 0.32 | 0.66 |
| Hex | BF | 8E | C5 | 3 | 1C | 0 | 17 | 125 | 20 | 42 |
| Octal | 277 | 216 | 305 | 3 | 34 | 0 | 27 | 445 | 40 | 102 |
| Binary | 10111111 | 10001110 | 11000101 | 11 | 11100 | 0 | 10111 | 100100101 | 100000 | 1000010 |
Color Harmonies of #BF8EC5
Complementary color
Monochromatic Colors of #BF8EC5
Black with #BF8EC5
Text Example
Text Example
White with #BF8EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8EC5; }
p { color: rgb(191,142,197); }
H1.HeaderClassName
{
color: #BF8EC5;
}
.AnyTagClassName
{
color: #BF8EC5;
}
</style>
background-color css
<style>
a { background-color: #BF8EC5; }
a { background-color: rgb(191,142,197); }
div.DivClassName
{
background-color: #BF8EC5;
}
.BgClassName
{
background-color: #BF8EC5;
}
</style>
border-color css
<style>
span { border-color: #BF8EC5; }
span { border-color: rgb(191,142,197); }
td.TdClassName
{
border-color: #BF8EC5;
}
.TagClassName
{
border-color: #BF8EC5;
}
</style>