Shades of Lilac #BD99C1
Tints of Lilac #BD99C1
RGB
CMYK
RGB Variations
Color information
#BD99C1 (or 0xBD99C1) is known color: Lilac. HEX triplet: BD, 99 and C1. RGB value is (189,153,193). Sum of RGB (Red+Green+Blue) = 189+153+193=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD99C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99C1 is #42663E. Grayscale: #A8A8A8. Windows color (decimal): -4351551 or 12687805. OLE color: 12687805.
HSL color Cylindrical-coordinate representation of color #BD99C1: hue angle of 294º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD99C1 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 153 | 193 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.24 |
| HSL | 294º | 0.24% | 0.68% | - |
| HSV(B) | 294º | 0.21% | 0.76% | - |
| XYZ | 42 | 37.45 | 55.47 | - |
| YUV | 168.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 193 | 0.02 | 0.21 | 0 | 0.24 | 294 | 0.24 | 0.68 |
| Hex | BD | 99 | C1 | 2 | 15 | 0 | 18 | 126 | 18 | 44 |
| Octal | 275 | 231 | 301 | 2 | 25 | 0 | 30 | 446 | 30 | 104 |
| Binary | 10111101 | 10011001 | 11000001 | 10 | 10101 | 0 | 11000 | 100100110 | 11000 | 1000100 |
Color Harmonies of #BD99C1
Complementary color
Monochromatic Colors of #BD99C1
Black with #BD99C1
Text Example
Text Example
White with #BD99C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99C1; }
p { color: rgb(189,153,193); }
H1.HeaderClassName
{
color: #BD99C1;
}
.AnyTagClassName
{
color: #BD99C1;
}
</style>
background-color css
<style>
a { background-color: #BD99C1; }
a { background-color: rgb(189,153,193); }
div.DivClassName
{
background-color: #BD99C1;
}
.BgClassName
{
background-color: #BD99C1;
}
</style>
border-color css
<style>
span { border-color: #BD99C1; }
span { border-color: rgb(189,153,193); }
td.TdClassName
{
border-color: #BD99C1;
}
.TagClassName
{
border-color: #BD99C1;
}
</style>