Shades of Lilac #BF8FBD
Tints of Lilac #BF8FBD
RGB
CMYK
RGB Variations
Color information
#BF8FBD (or 0xBF8FBD) is known color: Lilac. HEX triplet: BF, 8F and BD. RGB value is (191,143,189). Sum of RGB (Red+Green+Blue) = 191+143+189=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FBD is #407042. Grayscale: #A2A2A2. Windows color (decimal): -4223043 or 12423103. OLE color: 12423103.
HSL color Cylindrical-coordinate representation of color #BF8FBD: hue angle of 302.5º 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 #BF8FBD is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 189 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.25 |
| HSL | 302.5º | 0.27% | 0.65% | - |
| HSV(B) | 302.5º | 0.25% | 0.75% | - |
| XYZ | 40.49 | 34.4 | 52.65 | - |
| YUV | 162.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 189 | 0 | 0.25 | 0.01 | 0.25 | 302.5 | 0.27 | 0.65 |
| Hex | BF | 8F | BD | 0 | 19 | 1 | 19 | 12E | 1B | 41 |
| Octal | 277 | 217 | 275 | 0 | 31 | 1 | 31 | 456 | 33 | 101 |
| Binary | 10111111 | 10001111 | 10111101 | 0 | 11001 | 1 | 11001 | 100101110 | 11011 | 1000001 |
Color Harmonies of #BF8FBD
Complementary color
Monochromatic Colors of #BF8FBD
Black with #BF8FBD
Text Example
Text Example
White with #BF8FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FBD; }
p { color: rgb(191,143,189); }
H1.HeaderClassName
{
color: #BF8FBD;
}
.AnyTagClassName
{
color: #BF8FBD;
}
</style>
background-color css
<style>
a { background-color: #BF8FBD; }
a { background-color: rgb(191,143,189); }
div.DivClassName
{
background-color: #BF8FBD;
}
.BgClassName
{
background-color: #BF8FBD;
}
</style>
border-color css
<style>
span { border-color: #BF8FBD; }
span { border-color: rgb(191,143,189); }
td.TdClassName
{
border-color: #BF8FBD;
}
.TagClassName
{
border-color: #BF8FBD;
}
</style>