Shades of Lilac #BF8BC8
Tints of Lilac #BF8BC8
RGB
CMYK
RGB Variations
Color information
#BF8BC8 (or 0xBF8BC8) is known color: Lilac. HEX triplet: BF, 8B and C8. RGB value is (191,139,200). Sum of RGB (Red+Green+Blue) = 191+139+200=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF8BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BC8 is #407437. Grayscale: #A1A1A1. Windows color (decimal): -4224056 or 13142975. OLE color: 13142975.
HSL color Cylindrical-coordinate representation of color #BF8BC8: hue angle of 291.15º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF8BC8 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 139 | 200 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.22 |
| HSL | 291.15º | 0.36% | 0.66% | - |
| HSV(B) | 291.15º | 0.31% | 0.78% | - |
| XYZ | 41.14 | 33.71 | 58.98 | - |
| YUV | 161.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 200 | 0.04 | 0.30 | 0 | 0.22 | 291.15 | 0.36 | 0.66 |
| Hex | BF | 8B | C8 | 4 | 1E | 0 | 16 | 123 | 24 | 42 |
| Octal | 277 | 213 | 310 | 4 | 36 | 0 | 26 | 443 | 44 | 102 |
| Binary | 10111111 | 10001011 | 11001000 | 100 | 11110 | 0 | 10110 | 100100011 | 100100 | 1000010 |
Color Harmonies of #BF8BC8
Complementary color
Monochromatic Colors of #BF8BC8
Black with #BF8BC8
Text Example
Text Example
White with #BF8BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8BC8; }
p { color: rgb(191,139,200); }
H1.HeaderClassName
{
color: #BF8BC8;
}
.AnyTagClassName
{
color: #BF8BC8;
}
</style>
background-color css
<style>
a { background-color: #BF8BC8; }
a { background-color: rgb(191,139,200); }
div.DivClassName
{
background-color: #BF8BC8;
}
.BgClassName
{
background-color: #BF8BC8;
}
</style>
border-color css
<style>
span { border-color: #BF8BC8; }
span { border-color: rgb(191,139,200); }
td.TdClassName
{
border-color: #BF8BC8;
}
.TagClassName
{
border-color: #BF8BC8;
}
</style>