Shades of Lilac #BD93BC
Tints of Lilac #BD93BC
RGB
CMYK
RGB Variations
Color information
#BD93BC (or 0xBD93BC) is known color: Lilac. HEX triplet: BD, 93 and BC. RGB value is (189,147,188). Sum of RGB (Red+Green+Blue) = 189+147+188=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BD93BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93BC is #426C43. Grayscale: #A4A4A4. Windows color (decimal): -4353092 or 12358589. OLE color: 12358589.
HSL color Cylindrical-coordinate representation of color #BD93BC: hue angle of 301.43º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD93BC is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 188 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.26 |
| HSL | 301.43º | 0.24% | 0.66% | - |
| HSV(B) | 301.43º | 0.22% | 0.74% | - |
| XYZ | 40.5 | 35.32 | 52.26 | - |
| YUV | 164.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 188 | 0 | 0.22 | 0.01 | 0.26 | 301.43 | 0.24 | 0.66 |
| Hex | BD | 93 | BC | 0 | 16 | 1 | 1A | 12D | 18 | 42 |
| Octal | 275 | 223 | 274 | 0 | 26 | 1 | 32 | 455 | 30 | 102 |
| Binary | 10111101 | 10010011 | 10111100 | 0 | 10110 | 1 | 11010 | 100101101 | 11000 | 1000010 |
Color Harmonies of #BD93BC
Complementary color
Monochromatic Colors of #BD93BC
Black with #BD93BC
Text Example
Text Example
White with #BD93BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD93BC; }
p { color: rgb(189,147,188); }
H1.HeaderClassName
{
color: #BD93BC;
}
.AnyTagClassName
{
color: #BD93BC;
}
</style>
background-color css
<style>
a { background-color: #BD93BC; }
a { background-color: rgb(189,147,188); }
div.DivClassName
{
background-color: #BD93BC;
}
.BgClassName
{
background-color: #BD93BC;
}
</style>
border-color css
<style>
span { border-color: #BD93BC; }
span { border-color: rgb(189,147,188); }
td.TdClassName
{
border-color: #BD93BC;
}
.TagClassName
{
border-color: #BD93BC;
}
</style>