Shades of Lilac #BD96C1
Tints of Lilac #BD96C1
RGB
CMYK
RGB Variations
Color information
#BD96C1 (or 0xBD96C1) is known color: Lilac. HEX triplet: BD, 96 and C1. RGB value is (189,150,193). Sum of RGB (Red+Green+Blue) = 189+150+193=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD96C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96C1 is #42693E. Grayscale: #A6A6A6. Windows color (decimal): -4352319 or 12687037. OLE color: 12687037.
HSL color Cylindrical-coordinate representation of color #BD96C1: hue angle of 294.42º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD96C1 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 150 | 193 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.24 |
| HSL | 294.42º | 0.26% | 0.67% | - |
| HSV(B) | 294.42º | 0.22% | 0.76% | - |
| XYZ | 41.52 | 36.48 | 55.31 | - |
| YUV | 166.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 193 | 0.02 | 0.22 | 0 | 0.24 | 294.42 | 0.26 | 0.67 |
| Hex | BD | 96 | C1 | 2 | 16 | 0 | 18 | 126 | 1A | 43 |
| Octal | 275 | 226 | 301 | 2 | 26 | 0 | 30 | 446 | 32 | 103 |
| Binary | 10111101 | 10010110 | 11000001 | 10 | 10110 | 0 | 11000 | 100100110 | 11010 | 1000011 |
Color Harmonies of #BD96C1
Complementary color
Monochromatic Colors of #BD96C1
Black with #BD96C1
Text Example
Text Example
White with #BD96C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD96C1; }
p { color: rgb(189,150,193); }
H1.HeaderClassName
{
color: #BD96C1;
}
.AnyTagClassName
{
color: #BD96C1;
}
</style>
background-color css
<style>
a { background-color: #BD96C1; }
a { background-color: rgb(189,150,193); }
div.DivClassName
{
background-color: #BD96C1;
}
.BgClassName
{
background-color: #BD96C1;
}
</style>
border-color css
<style>
span { border-color: #BD96C1; }
span { border-color: rgb(189,150,193); }
td.TdClassName
{
border-color: #BD96C1;
}
.TagClassName
{
border-color: #BD96C1;
}
</style>