Shades of Lilac #BF8DC6
Tints of Lilac #BF8DC6
RGB
CMYK
RGB Variations
Color information
#BF8DC6 (or 0xBF8DC6) is known color: Lilac. HEX triplet: BF, 8D and C6. RGB value is (191,141,198). Sum of RGB (Red+Green+Blue) = 191+141+198=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF8DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DC6 is #407239. Grayscale: #A2A2A2. Windows color (decimal): -4223546 or 13012415. OLE color: 13012415.
HSL color Cylindrical-coordinate representation of color #BF8DC6: hue angle of 292.63º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF8DC6 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 141 | 198 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.22 |
| HSL | 292.63º | 0.33% | 0.66% | - |
| HSV(B) | 292.63º | 0.29% | 0.78% | - |
| XYZ | 41.2 | 34.2 | 57.86 | - |
| YUV | 162.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 198 | 0.04 | 0.29 | 0 | 0.22 | 292.63 | 0.33 | 0.66 |
| Hex | BF | 8D | C6 | 4 | 1D | 0 | 16 | 125 | 21 | 42 |
| Octal | 277 | 215 | 306 | 4 | 35 | 0 | 26 | 445 | 41 | 102 |
| Binary | 10111111 | 10001101 | 11000110 | 100 | 11101 | 0 | 10110 | 100100101 | 100001 | 1000010 |
Color Harmonies of #BF8DC6
Complementary color
Monochromatic Colors of #BF8DC6
Black with #BF8DC6
Text Example
Text Example
White with #BF8DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8DC6; }
p { color: rgb(191,141,198); }
H1.HeaderClassName
{
color: #BF8DC6;
}
.AnyTagClassName
{
color: #BF8DC6;
}
</style>
background-color css
<style>
a { background-color: #BF8DC6; }
a { background-color: rgb(191,141,198); }
div.DivClassName
{
background-color: #BF8DC6;
}
.BgClassName
{
background-color: #BF8DC6;
}
</style>
border-color css
<style>
span { border-color: #BF8DC6; }
span { border-color: rgb(191,141,198); }
td.TdClassName
{
border-color: #BF8DC6;
}
.TagClassName
{
border-color: #BF8DC6;
}
</style>