Shades of Lilac #BD98BD
Tints of Lilac #BD98BD
RGB
CMYK
RGB Variations
Color information
#BD98BD (or 0xBD98BD) is known color: Lilac. HEX triplet: BD, 98 and BD. RGB value is (189,152,189). Sum of RGB (Red+Green+Blue) = 189+152+189=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD98BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98BD is #426742. Grayscale: #A7A7A7. Windows color (decimal): -4351811 or 12425405. OLE color: 12425405.
HSL color Cylindrical-coordinate representation of color #BD98BD: hue angle of 300º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD98BD is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 189 | - |
| CMYK | 0 | 0.20 | 0 | 0.26 |
| HSL | 300º | 0.22% | 0.67% | - |
| HSV(B) | 300º | 0.2% | 0.74% | - |
| XYZ | 41.4 | 36.95 | 53.09 | - |
| YUV | 167.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 189 | 0 | 0.20 | 0 | 0.26 | 300 | 0.22 | 0.67 |
| Hex | BD | 98 | BD | 0 | 14 | 0 | 1A | 12C | 16 | 43 |
| Octal | 275 | 230 | 275 | 0 | 24 | 0 | 32 | 454 | 26 | 103 |
| Binary | 10111101 | 10011000 | 10111101 | 0 | 10100 | 0 | 11010 | 100101100 | 10110 | 1000011 |
Color Harmonies of #BD98BD
Complementary color
Monochromatic Colors of #BD98BD
Black with #BD98BD
Text Example
Text Example
White with #BD98BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD98BD; }
p { color: rgb(189,152,189); }
H1.HeaderClassName
{
color: #BD98BD;
}
.AnyTagClassName
{
color: #BD98BD;
}
</style>
background-color css
<style>
a { background-color: #BD98BD; }
a { background-color: rgb(189,152,189); }
div.DivClassName
{
background-color: #BD98BD;
}
.BgClassName
{
background-color: #BD98BD;
}
</style>
border-color css
<style>
span { border-color: #BD98BD; }
span { border-color: rgb(189,152,189); }
td.TdClassName
{
border-color: #BD98BD;
}
.TagClassName
{
border-color: #BD98BD;
}
</style>