Shades of Lilac #BD99BD
Tints of Lilac #BD99BD
RGB
CMYK
RGB Variations
Color information
#BD99BD (or 0xBD99BD) is known color: Lilac. HEX triplet: BD, 99 and BD. RGB value is (189,153,189). Sum of RGB (Red+Green+Blue) = 189+153+189=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99BD is #426642. Grayscale: #A7A7A7. Windows color (decimal): -4351555 or 12425661. OLE color: 12425661.
HSL color Cylindrical-coordinate representation of color #BD99BD: hue angle of 300º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD99BD is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 189 | - |
| CMYK | 0 | 0.19 | 0 | 0.26 |
| HSL | 300º | 0.21% | 0.67% | - |
| HSV(B) | 300º | 0.19% | 0.74% | - |
| XYZ | 41.56 | 37.28 | 53.15 | - |
| YUV | 167.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 189 | 0 | 0.19 | 0 | 0.26 | 300 | 0.21 | 0.67 |
| Hex | BD | 99 | BD | 0 | 13 | 0 | 1A | 12C | 15 | 43 |
| Octal | 275 | 231 | 275 | 0 | 23 | 0 | 32 | 454 | 25 | 103 |
| Binary | 10111101 | 10011001 | 10111101 | 0 | 10011 | 0 | 11010 | 100101100 | 10101 | 1000011 |
Color Harmonies of #BD99BD
Complementary color
Monochromatic Colors of #BD99BD
Black with #BD99BD
Text Example
Text Example
White with #BD99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99BD; }
p { color: rgb(189,153,189); }
H1.HeaderClassName
{
color: #BD99BD;
}
.AnyTagClassName
{
color: #BD99BD;
}
</style>
background-color css
<style>
a { background-color: #BD99BD; }
a { background-color: rgb(189,153,189); }
div.DivClassName
{
background-color: #BD99BD;
}
.BgClassName
{
background-color: #BD99BD;
}
</style>
border-color css
<style>
span { border-color: #BD99BD; }
span { border-color: rgb(189,153,189); }
td.TdClassName
{
border-color: #BD99BD;
}
.TagClassName
{
border-color: #BD99BD;
}
</style>