Shades of Lilac #BF8EC9
Tints of Lilac #BF8EC9
RGB
CMYK
RGB Variations
Color information
#BF8EC9 (or 0xBF8EC9) is known color: Lilac. HEX triplet: BF, 8E and C9. RGB value is (191,142,201). Sum of RGB (Red+Green+Blue) = 191+142+201=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF8EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EC9 is #407136. Grayscale: #A3A3A3. Windows color (decimal): -4223287 or 13209279. OLE color: 13209279.
HSL color Cylindrical-coordinate representation of color #BF8EC9: hue angle of 289.83º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF8EC9 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 142 | 201 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.21 |
| HSL | 289.83º | 0.35% | 0.67% | - |
| HSV(B) | 289.83º | 0.29% | 0.79% | - |
| XYZ | 41.7 | 34.64 | 59.75 | - |
| YUV | 163.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 142 | 201 | 0.05 | 0.29 | 0 | 0.21 | 289.83 | 0.35 | 0.67 |
| Hex | BF | 8E | C9 | 5 | 1D | 0 | 15 | 122 | 23 | 43 |
| Octal | 277 | 216 | 311 | 5 | 35 | 0 | 25 | 442 | 43 | 103 |
| Binary | 10111111 | 10001110 | 11001001 | 101 | 11101 | 0 | 10101 | 100100010 | 100011 | 1000011 |
Color Harmonies of #BF8EC9
Complementary color
Monochromatic Colors of #BF8EC9
Black with #BF8EC9
Text Example
Text Example
White with #BF8EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8EC9; }
p { color: rgb(191,142,201); }
H1.HeaderClassName
{
color: #BF8EC9;
}
.AnyTagClassName
{
color: #BF8EC9;
}
</style>
background-color css
<style>
a { background-color: #BF8EC9; }
a { background-color: rgb(191,142,201); }
div.DivClassName
{
background-color: #BF8EC9;
}
.BgClassName
{
background-color: #BF8EC9;
}
</style>
border-color css
<style>
span { border-color: #BF8EC9; }
span { border-color: rgb(191,142,201); }
td.TdClassName
{
border-color: #BF8EC9;
}
.TagClassName
{
border-color: #BF8EC9;
}
</style>