Shades of Lilac #BF8CC8
Tints of Lilac #BF8CC8
RGB
CMYK
RGB Variations
Color information
#BF8CC8 (or 0xBF8CC8) is known color: Lilac. HEX triplet: BF, 8C and C8. RGB value is (191,140,200). Sum of RGB (Red+Green+Blue) = 191+140+200=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF8CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8CC8 is #407337. Grayscale: #A1A1A1. Windows color (decimal): -4223800 or 13143231. OLE color: 13143231.
HSL color Cylindrical-coordinate representation of color #BF8CC8: hue angle of 291º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF8CC8 is Cyan = 0.04, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 140 | 200 | - |
| CMYK | 0.04 | 0.3 | 0 | 0.22 |
| HSL | 291º | 0.35% | 0.67% | - |
| HSV(B) | 291º | 0.3% | 0.78% | - |
| XYZ | 41.29 | 34 | 59.03 | - |
| YUV | 162.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 200 | 0.04 | 0.3 | 0 | 0.22 | 291 | 0.35 | 0.67 |
| Hex | BF | 8C | C8 | 4 | 1E | 0 | 16 | 123 | 23 | 43 |
| Octal | 277 | 214 | 310 | 4 | 36 | 0 | 26 | 443 | 43 | 103 |
| Binary | 10111111 | 10001100 | 11001000 | 100 | 11110 | 0 | 10110 | 100100011 | 100011 | 1000011 |
Color Harmonies of #BF8CC8
Complementary color
Monochromatic Colors of #BF8CC8
Black with #BF8CC8
Text Example
Text Example
White with #BF8CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8CC8; }
p { color: rgb(191,140,200); }
H1.HeaderClassName
{
color: #BF8CC8;
}
.AnyTagClassName
{
color: #BF8CC8;
}
</style>
background-color css
<style>
a { background-color: #BF8CC8; }
a { background-color: rgb(191,140,200); }
div.DivClassName
{
background-color: #BF8CC8;
}
.BgClassName
{
background-color: #BF8CC8;
}
</style>
border-color css
<style>
span { border-color: #BF8CC8; }
span { border-color: rgb(191,140,200); }
td.TdClassName
{
border-color: #BF8CC8;
}
.TagClassName
{
border-color: #BF8CC8;
}
</style>