Shades of Lilac #BD96BC
Tints of Lilac #BD96BC
RGB
CMYK
RGB Variations
Color information
#BD96BC (or 0xBD96BC) is known color: Lilac. HEX triplet: BD, 96 and BC. RGB value is (189,150,188). Sum of RGB (Red+Green+Blue) = 189+150+188=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BD96BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96BC is #426943. Grayscale: #A5A5A5. Windows color (decimal): -4352324 or 12359357. OLE color: 12359357.
HSL color Cylindrical-coordinate representation of color #BD96BC: hue angle of 301.54º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD96BC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 188 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.26 |
| HSL | 301.54º | 0.23% | 0.66% | - |
| HSV(B) | 301.54º | 0.21% | 0.74% | - |
| XYZ | 40.97 | 36.26 | 52.42 | - |
| YUV | 165.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 188 | 0 | 0.21 | 0.01 | 0.26 | 301.54 | 0.23 | 0.66 |
| Hex | BD | 96 | BC | 0 | 15 | 1 | 1A | 12E | 17 | 42 |
| Octal | 275 | 226 | 274 | 0 | 25 | 1 | 32 | 456 | 27 | 102 |
| Binary | 10111101 | 10010110 | 10111100 | 0 | 10101 | 1 | 11010 | 100101110 | 10111 | 1000010 |
Color Harmonies of #BD96BC
Complementary color
Monochromatic Colors of #BD96BC
Black with #BD96BC
Text Example
Text Example
White with #BD96BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD96BC; }
p { color: rgb(189,150,188); }
H1.HeaderClassName
{
color: #BD96BC;
}
.AnyTagClassName
{
color: #BD96BC;
}
</style>
background-color css
<style>
a { background-color: #BD96BC; }
a { background-color: rgb(189,150,188); }
div.DivClassName
{
background-color: #BD96BC;
}
.BgClassName
{
background-color: #BD96BC;
}
</style>
border-color css
<style>
span { border-color: #BD96BC; }
span { border-color: rgb(189,150,188); }
td.TdClassName
{
border-color: #BD96BC;
}
.TagClassName
{
border-color: #BD96BC;
}
</style>