Shades of Lilac #BD96BF
Tints of Lilac #BD96BF
RGB
CMYK
RGB Variations
Color information
#BD96BF (or 0xBD96BF) is known color: Lilac. HEX triplet: BD, 96 and BF. RGB value is (189,150,191). Sum of RGB (Red+Green+Blue) = 189+150+191=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD96BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96BF is #426940. Grayscale: #A6A6A6. Windows color (decimal): -4352321 or 12555965. OLE color: 12555965.
HSL color Cylindrical-coordinate representation of color #BD96BF: hue angle of 297.07º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD96BF is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 150 | 191 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.25 |
| HSL | 297.07º | 0.24% | 0.67% | - |
| HSV(B) | 297.07º | 0.21% | 0.75% | - |
| XYZ | 41.3 | 36.39 | 54.14 | - |
| YUV | 166.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 191 | 0.01 | 0.21 | 0 | 0.25 | 297.07 | 0.24 | 0.67 |
| Hex | BD | 96 | BF | 1 | 15 | 0 | 19 | 129 | 18 | 43 |
| Octal | 275 | 226 | 277 | 1 | 25 | 0 | 31 | 451 | 30 | 103 |
| Binary | 10111101 | 10010110 | 10111111 | 1 | 10101 | 0 | 11001 | 100101001 | 11000 | 1000011 |
Color Harmonies of #BD96BF
Complementary color
Monochromatic Colors of #BD96BF
Black with #BD96BF
Text Example
Text Example
White with #BD96BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD96BF; }
p { color: rgb(189,150,191); }
H1.HeaderClassName
{
color: #BD96BF;
}
.AnyTagClassName
{
color: #BD96BF;
}
</style>
background-color css
<style>
a { background-color: #BD96BF; }
a { background-color: rgb(189,150,191); }
div.DivClassName
{
background-color: #BD96BF;
}
.BgClassName
{
background-color: #BD96BF;
}
</style>
border-color css
<style>
span { border-color: #BD96BF; }
span { border-color: rgb(189,150,191); }
td.TdClassName
{
border-color: #BD96BF;
}
.TagClassName
{
border-color: #BD96BF;
}
</style>