Shades of Lilac #BF96C9
Tints of Lilac #BF96C9
RGB
CMYK
RGB Variations
Color information
#BF96C9 (or 0xBF96C9) is known color: Lilac. HEX triplet: BF, 96 and C9. RGB value is (191,150,201). Sum of RGB (Red+Green+Blue) = 191+150+201=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF96C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96C9 is #406936. Grayscale: #A7A7A7. Windows color (decimal): -4221239 or 13211327. OLE color: 13211327.
HSL color Cylindrical-coordinate representation of color #BF96C9: hue angle of 288.24º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF96C9 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 150 | 201 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.21 |
| HSL | 288.24º | 0.32% | 0.69% | - |
| HSV(B) | 288.24º | 0.25% | 0.79% | - |
| XYZ | 42.93 | 37.11 | 60.16 | - |
| YUV | 168.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 150 | 201 | 0.05 | 0.25 | 0 | 0.21 | 288.24 | 0.32 | 0.69 |
| Hex | BF | 96 | C9 | 5 | 19 | 0 | 15 | 120 | 20 | 45 |
| Octal | 277 | 226 | 311 | 5 | 31 | 0 | 25 | 440 | 40 | 105 |
| Binary | 10111111 | 10010110 | 11001001 | 101 | 11001 | 0 | 10101 | 100100000 | 100000 | 1000101 |
Color Harmonies of #BF96C9
Complementary color
Monochromatic Colors of #BF96C9
Black with #BF96C9
Text Example
Text Example
White with #BF96C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF96C9; }
p { color: rgb(191,150,201); }
H1.HeaderClassName
{
color: #BF96C9;
}
.AnyTagClassName
{
color: #BF96C9;
}
</style>
background-color css
<style>
a { background-color: #BF96C9; }
a { background-color: rgb(191,150,201); }
div.DivClassName
{
background-color: #BF96C9;
}
.BgClassName
{
background-color: #BF96C9;
}
</style>
border-color css
<style>
span { border-color: #BF96C9; }
span { border-color: rgb(191,150,201); }
td.TdClassName
{
border-color: #BF96C9;
}
.TagClassName
{
border-color: #BF96C9;
}
</style>