Shades of Lilac #BF99BD
Tints of Lilac #BF99BD
RGB
CMYK
RGB Variations
Color information
#BF99BD (or 0xBF99BD) is known color: Lilac. HEX triplet: BF, 99 and BD. RGB value is (191,153,189). Sum of RGB (Red+Green+Blue) = 191+153+189=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99BD is #406642. Grayscale: #A8A8A8. Windows color (decimal): -4220483 or 12425663. OLE color: 12425663.
HSL color Cylindrical-coordinate representation of color #BF99BD: hue angle of 303.16º 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 #BF99BD is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 189 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.25 |
| HSL | 303.16º | 0.23% | 0.67% | - |
| HSV(B) | 303.16º | 0.2% | 0.75% | - |
| XYZ | 42.06 | 37.53 | 53.17 | - |
| YUV | 168.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 189 | 0 | 0.20 | 0.01 | 0.25 | 303.16 | 0.23 | 0.67 |
| Hex | BF | 99 | BD | 0 | 14 | 1 | 19 | 12F | 17 | 43 |
| Octal | 277 | 231 | 275 | 0 | 24 | 1 | 31 | 457 | 27 | 103 |
| Binary | 10111111 | 10011001 | 10111101 | 0 | 10100 | 1 | 11001 | 100101111 | 10111 | 1000011 |
Color Harmonies of #BF99BD
Complementary color
Monochromatic Colors of #BF99BD
Black with #BF99BD
Text Example
Text Example
White with #BF99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99BD; }
p { color: rgb(191,153,189); }
H1.HeaderClassName
{
color: #BF99BD;
}
.AnyTagClassName
{
color: #BF99BD;
}
</style>
background-color css
<style>
a { background-color: #BF99BD; }
a { background-color: rgb(191,153,189); }
div.DivClassName
{
background-color: #BF99BD;
}
.BgClassName
{
background-color: #BF99BD;
}
</style>
border-color css
<style>
span { border-color: #BF99BD; }
span { border-color: rgb(191,153,189); }
td.TdClassName
{
border-color: #BF99BD;
}
.TagClassName
{
border-color: #BF99BD;
}
</style>