Shades of Lilac #BF99C0
Tints of Lilac #BF99C0
RGB
CMYK
RGB Variations
Color information
#BF99C0 (or 0xBF99C0) is known color: Lilac. HEX triplet: BF, 99 and C0. RGB value is (191,153,192). Sum of RGB (Red+Green+Blue) = 191+153+192=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF99C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99C0 is #40663F. Grayscale: #A8A8A8. Windows color (decimal): -4220480 or 12622271. OLE color: 12622271.
HSL color Cylindrical-coordinate representation of color #BF99C0: hue angle of 298.46º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF99C0 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 192 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.25 |
| HSL | 298.46º | 0.24% | 0.68% | - |
| HSV(B) | 298.46º | 0.2% | 0.75% | - |
| XYZ | 42.39 | 37.66 | 54.9 | - |
| YUV | 168.81 | 141.09 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 192 | 0.01 | 0.20 | 0 | 0.25 | 298.46 | 0.24 | 0.68 |
| Hex | BF | 99 | C0 | 1 | 14 | 0 | 19 | 12A | 18 | 44 |
| Octal | 277 | 231 | 300 | 1 | 24 | 0 | 31 | 452 | 30 | 104 |
| Binary | 10111111 | 10011001 | 11000000 | 1 | 10100 | 0 | 11001 | 100101010 | 11000 | 1000100 |
Color Harmonies of #BF99C0
Complementary color
Monochromatic Colors of #BF99C0
Black with #BF99C0
Text Example
Text Example
White with #BF99C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99C0; }
p { color: rgb(191,153,192); }
H1.HeaderClassName
{
color: #BF99C0;
}
.AnyTagClassName
{
color: #BF99C0;
}
</style>
background-color css
<style>
a { background-color: #BF99C0; }
a { background-color: rgb(191,153,192); }
div.DivClassName
{
background-color: #BF99C0;
}
.BgClassName
{
background-color: #BF99C0;
}
</style>
border-color css
<style>
span { border-color: #BF99C0; }
span { border-color: rgb(191,153,192); }
td.TdClassName
{
border-color: #BF99C0;
}
.TagClassName
{
border-color: #BF99C0;
}
</style>