Shades of Lilac #BD88C0
Tints of Lilac #BD88C0
RGB
CMYK
RGB Variations
Color information
#BD88C0 (or 0xBD88C0) is known color: Lilac. HEX triplet: BD, 88 and C0. RGB value is (189,136,192). Sum of RGB (Red+Green+Blue) = 189+136+192=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD88C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88C0 is #42773F. Grayscale: #9E9E9E. Windows color (decimal): -4355904 or 12617917. OLE color: 12617917.
HSL color Cylindrical-coordinate representation of color #BD88C0: hue angle of 296.79º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD88C0 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 136 | 192 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.25 |
| HSL | 296.79º | 0.31% | 0.64% | - |
| HSV(B) | 296.79º | 0.29% | 0.75% | - |
| XYZ | 39.3 | 32.23 | 54.02 | - |
| YUV | 158.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 192 | 0.02 | 0.29 | 0 | 0.25 | 296.79 | 0.31 | 0.64 |
| Hex | BD | 88 | C0 | 2 | 1D | 0 | 19 | 129 | 1F | 40 |
| Octal | 275 | 210 | 300 | 2 | 35 | 0 | 31 | 451 | 37 | 100 |
| Binary | 10111101 | 10001000 | 11000000 | 10 | 11101 | 0 | 11001 | 100101001 | 11111 | 1000000 |
Color Harmonies of #BD88C0
Complementary color
Monochromatic Colors of #BD88C0
Black with #BD88C0
Text Example
Text Example
White with #BD88C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD88C0; }
p { color: rgb(189,136,192); }
H1.HeaderClassName
{
color: #BD88C0;
}
.AnyTagClassName
{
color: #BD88C0;
}
</style>
background-color css
<style>
a { background-color: #BD88C0; }
a { background-color: rgb(189,136,192); }
div.DivClassName
{
background-color: #BD88C0;
}
.BgClassName
{
background-color: #BD88C0;
}
</style>
border-color css
<style>
span { border-color: #BD88C0; }
span { border-color: rgb(189,136,192); }
td.TdClassName
{
border-color: #BD88C0;
}
.TagClassName
{
border-color: #BD88C0;
}
</style>