Shades of Lilac #BF99BF
Tints of Lilac #BF99BF
RGB
CMYK
RGB Variations
Color information
#BF99BF (or 0xBF99BF) is known color: Lilac. HEX triplet: BF, 99 and BF. RGB value is (191,153,191). Sum of RGB (Red+Green+Blue) = 191+153+191=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF99BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99BF is #406640. Grayscale: #A8A8A8. Windows color (decimal): -4220481 or 12556735. OLE color: 12556735.
HSL color Cylindrical-coordinate representation of color #BF99BF: hue angle of 300º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF99BF is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 153 | 191 | - |
CMYK | 0 | 0.20 | 0 | 0.25 |
HSL | 300º | 0.23% | 0.67% | - |
HSV(B) | 300º | 0.2% | 0.75% | - |
XYZ | 42.28 | 37.62 | 54.32 | - |
YUV | 168.69 | 140.59 | 143.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 153 | 191 | 0 | 0.20 | 0 | 0.25 | 300 | 0.23 | 0.67 |
Hex | BF | 99 | BF | 0 | 14 | 0 | 19 | 12C | 17 | 43 |
Octal | 277 | 231 | 277 | 0 | 24 | 0 | 31 | 454 | 27 | 103 |
Binary | 10111111 | 10011001 | 10111111 | 0 | 10100 | 0 | 11001 | 100101100 | 10111 | 1000011 |
Color Harmonies of #BF99BF
Complementary color
Monochromatic Colors of #BF99BF
Black with #BF99BF
Text Example
Text Example
White with #BF99BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99BF; }
p { color: rgb(191,153,191); }
H1.HeaderClassName
{
color: #BF99BF;
}
.AnyTagClassName
{
color: #BF99BF;
}
</style>
background-color css
<style>
a { background-color: #BF99BF; }
a { background-color: rgb(191,153,191); }
div.DivClassName
{
background-color: #BF99BF;
}
.BgClassName
{
background-color: #BF99BF;
}
</style>
border-color css
<style>
span { border-color: #BF99BF; }
span { border-color: rgb(191,153,191); }
td.TdClassName
{
border-color: #BF99BF;
}
.TagClassName
{
border-color: #BF99BF;
}
</style>