Shades of Lilac #BF8ECB
Tints of Lilac #BF8ECB
RGB
CMYK
RGB Variations
Color information
#BF8ECB (or 0xBF8ECB) is known color: Lilac. HEX triplet: BF, 8E and CB. RGB value is (191,142,203). Sum of RGB (Red+Green+Blue) = 191+142+203=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF8ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ECB is #407134. Grayscale: #A3A3A3. Windows color (decimal): -4223285 or 13340351. OLE color: 13340351.
HSL color Cylindrical-coordinate representation of color #BF8ECB: hue angle of 288.2º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF8ECB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 142 | 203 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.20 |
| HSL | 288.2º | 0.37% | 0.68% | - |
| HSV(B) | 288.2º | 0.3% | 0.8% | - |
| XYZ | 41.94 | 34.73 | 60.99 | - |
| YUV | 163.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 142 | 203 | 0.06 | 0.30 | 0 | 0.20 | 288.2 | 0.37 | 0.68 |
| Hex | BF | 8E | CB | 6 | 1E | 0 | 14 | 120 | 25 | 44 |
| Octal | 277 | 216 | 313 | 6 | 36 | 0 | 24 | 440 | 45 | 104 |
| Binary | 10111111 | 10001110 | 11001011 | 110 | 11110 | 0 | 10100 | 100100000 | 100101 | 1000100 |
Color Harmonies of #BF8ECB
Complementary color
Monochromatic Colors of #BF8ECB
Black with #BF8ECB
Text Example
Text Example
White with #BF8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8ECB; }
p { color: rgb(191,142,203); }
H1.HeaderClassName
{
color: #BF8ECB;
}
.AnyTagClassName
{
color: #BF8ECB;
}
</style>
background-color css
<style>
a { background-color: #BF8ECB; }
a { background-color: rgb(191,142,203); }
div.DivClassName
{
background-color: #BF8ECB;
}
.BgClassName
{
background-color: #BF8ECB;
}
</style>
border-color css
<style>
span { border-color: #BF8ECB; }
span { border-color: rgb(191,142,203); }
td.TdClassName
{
border-color: #BF8ECB;
}
.TagClassName
{
border-color: #BF8ECB;
}
</style>