Shades of Lilac #BF8ACB
Tints of Lilac #BF8ACB
RGB
CMYK
RGB Variations
Color information
#BF8ACB (or 0xBF8ACB) is known color: Lilac. HEX triplet: BF, 8A and CB. RGB value is (191,138,203). Sum of RGB (Red+Green+Blue) = 191+138+203=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF8ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ACB is #407534. Grayscale: #A1A1A1. Windows color (decimal): -4224309 or 13339327. OLE color: 13339327.
HSL color Cylindrical-coordinate representation of color #BF8ACB: hue angle of 288.92º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF8ACB is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 138 | 203 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.20 |
| HSL | 288.92º | 0.38% | 0.67% | - |
| HSV(B) | 288.92º | 0.32% | 0.8% | - |
| XYZ | 41.35 | 33.57 | 60.8 | - |
| YUV | 161.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 203 | 0.06 | 0.32 | 0 | 0.20 | 288.92 | 0.38 | 0.67 |
| Hex | BF | 8A | CB | 6 | 20 | 0 | 14 | 121 | 26 | 43 |
| Octal | 277 | 212 | 313 | 6 | 40 | 0 | 24 | 441 | 46 | 103 |
| Binary | 10111111 | 10001010 | 11001011 | 110 | 100000 | 0 | 10100 | 100100001 | 100110 | 1000011 |
Color Harmonies of #BF8ACB
Complementary color
Monochromatic Colors of #BF8ACB
Black with #BF8ACB
Text Example
Text Example
White with #BF8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8ACB; }
p { color: rgb(191,138,203); }
H1.HeaderClassName
{
color: #BF8ACB;
}
.AnyTagClassName
{
color: #BF8ACB;
}
</style>
background-color css
<style>
a { background-color: #BF8ACB; }
a { background-color: rgb(191,138,203); }
div.DivClassName
{
background-color: #BF8ACB;
}
.BgClassName
{
background-color: #BF8ACB;
}
</style>
border-color css
<style>
span { border-color: #BF8ACB; }
span { border-color: rgb(191,138,203); }
td.TdClassName
{
border-color: #BF8ACB;
}
.TagClassName
{
border-color: #BF8ACB;
}
</style>