Shades of Lilac #BF8FCB
Tints of Lilac #BF8FCB
RGB
CMYK
RGB Variations
Color information
#BF8FCB (or 0xBF8FCB) is known color: Lilac. HEX triplet: BF, 8F and CB. RGB value is (191,143,203). Sum of RGB (Red+Green+Blue) = 191+143+203=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF8FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FCB is #407034. Grayscale: #A4A4A4. Windows color (decimal): -4223029 or 13340607. OLE color: 13340607.
HSL color Cylindrical-coordinate representation of color #BF8FCB: hue angle of 288º 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 #BF8FCB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 143 | 203 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.20 |
| HSL | 288º | 0.37% | 0.68% | - |
| HSV(B) | 288º | 0.3% | 0.8% | - |
| XYZ | 42.09 | 35.03 | 61.04 | - |
| YUV | 164.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 203 | 0.06 | 0.30 | 0 | 0.20 | 288 | 0.37 | 0.68 |
| Hex | BF | 8F | CB | 6 | 1E | 0 | 14 | 120 | 25 | 44 |
| Octal | 277 | 217 | 313 | 6 | 36 | 0 | 24 | 440 | 45 | 104 |
| Binary | 10111111 | 10001111 | 11001011 | 110 | 11110 | 0 | 10100 | 100100000 | 100101 | 1000100 |
Color Harmonies of #BF8FCB
Complementary color
Monochromatic Colors of #BF8FCB
Black with #BF8FCB
Text Example
Text Example
White with #BF8FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FCB; }
p { color: rgb(191,143,203); }
H1.HeaderClassName
{
color: #BF8FCB;
}
.AnyTagClassName
{
color: #BF8FCB;
}
</style>
background-color css
<style>
a { background-color: #BF8FCB; }
a { background-color: rgb(191,143,203); }
div.DivClassName
{
background-color: #BF8FCB;
}
.BgClassName
{
background-color: #BF8FCB;
}
</style>
border-color css
<style>
span { border-color: #BF8FCB; }
span { border-color: rgb(191,143,203); }
td.TdClassName
{
border-color: #BF8FCB;
}
.TagClassName
{
border-color: #BF8FCB;
}
</style>