Shades of Lilac #BF8DC4
Tints of Lilac #BF8DC4
RGB
CMYK
RGB Variations
Color information
#BF8DC4 (or 0xBF8DC4) is known color: Lilac. HEX triplet: BF, 8D and C4. RGB value is (191,141,196). Sum of RGB (Red+Green+Blue) = 191+141+196=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF8DC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DC4 is #40723B. Grayscale: #A2A2A2. Windows color (decimal): -4223548 or 12881343. OLE color: 12881343.
HSL color Cylindrical-coordinate representation of color #BF8DC4: hue angle of 294.55º 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 #BF8DC4 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 141 | 196 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.23 |
| HSL | 294.55º | 0.32% | 0.66% | - |
| HSV(B) | 294.55º | 0.28% | 0.77% | - |
| XYZ | 40.97 | 34.11 | 56.65 | - |
| YUV | 162.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 196 | 0.03 | 0.28 | 0 | 0.23 | 294.55 | 0.32 | 0.66 |
| Hex | BF | 8D | C4 | 3 | 1C | 0 | 17 | 127 | 20 | 42 |
| Octal | 277 | 215 | 304 | 3 | 34 | 0 | 27 | 447 | 40 | 102 |
| Binary | 10111111 | 10001101 | 11000100 | 11 | 11100 | 0 | 10111 | 100100111 | 100000 | 1000010 |
Color Harmonies of #BF8DC4
Complementary color
Monochromatic Colors of #BF8DC4
Black with #BF8DC4
Text Example
Text Example
White with #BF8DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8DC4; }
p { color: rgb(191,141,196); }
H1.HeaderClassName
{
color: #BF8DC4;
}
.AnyTagClassName
{
color: #BF8DC4;
}
</style>
background-color css
<style>
a { background-color: #BF8DC4; }
a { background-color: rgb(191,141,196); }
div.DivClassName
{
background-color: #BF8DC4;
}
.BgClassName
{
background-color: #BF8DC4;
}
</style>
border-color css
<style>
span { border-color: #BF8DC4; }
span { border-color: rgb(191,141,196); }
td.TdClassName
{
border-color: #BF8DC4;
}
.TagClassName
{
border-color: #BF8DC4;
}
</style>