Shades of Lilac #BF8FBC
Tints of Lilac #BF8FBC
RGB
CMYK
RGB Variations
Color information
#BF8FBC (or 0xBF8FBC) is known color: Lilac. HEX triplet: BF, 8F and BC. RGB value is (191,143,188). Sum of RGB (Red+Green+Blue) = 191+143+188=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FBC is #407043. Grayscale: #A2A2A2. Windows color (decimal): -4223044 or 12357567. OLE color: 12357567.
HSL color Cylindrical-coordinate representation of color #BF8FBC: hue angle of 303.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF8FBC is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 188 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.25 |
| HSL | 303.75º | 0.27% | 0.65% | - |
| HSV(B) | 303.75º | 0.25% | 0.75% | - |
| XYZ | 40.39 | 34.35 | 52.08 | - |
| YUV | 162.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 188 | 0 | 0.25 | 0.02 | 0.25 | 303.75 | 0.27 | 0.65 |
| Hex | BF | 8F | BC | 0 | 19 | 2 | 19 | 130 | 1B | 41 |
| Octal | 277 | 217 | 274 | 0 | 31 | 2 | 31 | 460 | 33 | 101 |
| Binary | 10111111 | 10001111 | 10111100 | 0 | 11001 | 10 | 11001 | 100110000 | 11011 | 1000001 |
Color Harmonies of #BF8FBC
Complementary color
Monochromatic Colors of #BF8FBC
Black with #BF8FBC
Text Example
Text Example
White with #BF8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FBC; }
p { color: rgb(191,143,188); }
H1.HeaderClassName
{
color: #BF8FBC;
}
.AnyTagClassName
{
color: #BF8FBC;
}
</style>
background-color css
<style>
a { background-color: #BF8FBC; }
a { background-color: rgb(191,143,188); }
div.DivClassName
{
background-color: #BF8FBC;
}
.BgClassName
{
background-color: #BF8FBC;
}
</style>
border-color css
<style>
span { border-color: #BF8FBC; }
span { border-color: rgb(191,143,188); }
td.TdClassName
{
border-color: #BF8FBC;
}
.TagClassName
{
border-color: #BF8FBC;
}
</style>