Shades of Lilac #BF9BC0
Tints of Lilac #BF9BC0
RGB
CMYK
RGB Variations
Color information
#BF9BC0 (or 0xBF9BC0) is known color: Lilac. HEX triplet: BF, 9B and C0. RGB value is (191,155,192). Sum of RGB (Red+Green+Blue) = 191+155+192=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF9BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9BC0 is #40643F. Grayscale: #A9A9A9. Windows color (decimal): -4219968 or 12622783. OLE color: 12622783.
HSL color Cylindrical-coordinate representation of color #BF9BC0: hue angle of 298.38º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BF9BC0 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 155 | 192 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.25 |
| HSL | 298.38º | 0.23% | 0.68% | - |
| HSV(B) | 298.38º | 0.19% | 0.75% | - |
| XYZ | 42.72 | 38.32 | 55.01 | - |
| YUV | 169.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 155 | 192 | 0.01 | 0.19 | 0 | 0.25 | 298.38 | 0.23 | 0.68 |
| Hex | BF | 9B | C0 | 1 | 13 | 0 | 19 | 12A | 17 | 44 |
| Octal | 277 | 233 | 300 | 1 | 23 | 0 | 31 | 452 | 27 | 104 |
| Binary | 10111111 | 10011011 | 11000000 | 1 | 10011 | 0 | 11001 | 100101010 | 10111 | 1000100 |
Color Harmonies of #BF9BC0
Complementary color
Monochromatic Colors of #BF9BC0
Black with #BF9BC0
Text Example
Text Example
White with #BF9BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9BC0; }
p { color: rgb(191,155,192); }
H1.HeaderClassName
{
color: #BF9BC0;
}
.AnyTagClassName
{
color: #BF9BC0;
}
</style>
background-color css
<style>
a { background-color: #BF9BC0; }
a { background-color: rgb(191,155,192); }
div.DivClassName
{
background-color: #BF9BC0;
}
.BgClassName
{
background-color: #BF9BC0;
}
</style>
border-color css
<style>
span { border-color: #BF9BC0; }
span { border-color: rgb(191,155,192); }
td.TdClassName
{
border-color: #BF9BC0;
}
.TagClassName
{
border-color: #BF9BC0;
}
</style>