Shades of Lilac #BF88C8
Tints of Lilac #BF88C8
RGB
CMYK
RGB Variations
Color information
#BF88C8 (or 0xBF88C8) is known color: Lilac. HEX triplet: BF, 88 and C8. RGB value is (191,136,200). Sum of RGB (Red+Green+Blue) = 191+136+200=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF88C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88C8 is #407737. Grayscale: #9F9F9F. Windows color (decimal): -4224824 or 13142207. OLE color: 13142207.
HSL color Cylindrical-coordinate representation of color #BF88C8: hue angle of 291.56º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF88C8 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 136 | 200 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.22 |
| HSL | 291.56º | 0.37% | 0.66% | - |
| HSV(B) | 291.56º | 0.32% | 0.78% | - |
| XYZ | 40.72 | 32.85 | 58.84 | - |
| YUV | 159.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 200 | 0.04 | 0.32 | 0 | 0.22 | 291.56 | 0.37 | 0.66 |
| Hex | BF | 88 | C8 | 4 | 20 | 0 | 16 | 124 | 25 | 42 |
| Octal | 277 | 210 | 310 | 4 | 40 | 0 | 26 | 444 | 45 | 102 |
| Binary | 10111111 | 10001000 | 11001000 | 100 | 100000 | 0 | 10110 | 100100100 | 100101 | 1000010 |
Color Harmonies of #BF88C8
Complementary color
Monochromatic Colors of #BF88C8
Black with #BF88C8
Text Example
Text Example
White with #BF88C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF88C8; }
p { color: rgb(191,136,200); }
H1.HeaderClassName
{
color: #BF88C8;
}
.AnyTagClassName
{
color: #BF88C8;
}
</style>
background-color css
<style>
a { background-color: #BF88C8; }
a { background-color: rgb(191,136,200); }
div.DivClassName
{
background-color: #BF88C8;
}
.BgClassName
{
background-color: #BF88C8;
}
</style>
border-color css
<style>
span { border-color: #BF88C8; }
span { border-color: rgb(191,136,200); }
td.TdClassName
{
border-color: #BF88C8;
}
.TagClassName
{
border-color: #BF88C8;
}
</style>