Shades of Lilac #BD98BC
Tints of Lilac #BD98BC
RGB
CMYK
RGB Variations
Color information
#BD98BC (or 0xBD98BC) is known color: Lilac. HEX triplet: BD, 98 and BC. RGB value is (189,152,188). Sum of RGB (Red+Green+Blue) = 189+152+188=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BD98BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98BC is #426743. Grayscale: #A7A7A7. Windows color (decimal): -4351812 or 12359869. OLE color: 12359869.
HSL color Cylindrical-coordinate representation of color #BD98BC: hue angle of 301.62º 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 #BD98BC is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 188 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.26 |
| HSL | 301.62º | 0.22% | 0.67% | - |
| HSV(B) | 301.62º | 0.2% | 0.74% | - |
| XYZ | 41.29 | 36.91 | 52.52 | - |
| YUV | 167.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 188 | 0 | 0.20 | 0.01 | 0.26 | 301.62 | 0.22 | 0.67 |
| Hex | BD | 98 | BC | 0 | 14 | 1 | 1A | 12E | 16 | 43 |
| Octal | 275 | 230 | 274 | 0 | 24 | 1 | 32 | 456 | 26 | 103 |
| Binary | 10111101 | 10011000 | 10111100 | 0 | 10100 | 1 | 11010 | 100101110 | 10110 | 1000011 |
Color Harmonies of #BD98BC
Complementary color
Monochromatic Colors of #BD98BC
Black with #BD98BC
Text Example
Text Example
White with #BD98BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD98BC; }
p { color: rgb(189,152,188); }
H1.HeaderClassName
{
color: #BD98BC;
}
.AnyTagClassName
{
color: #BD98BC;
}
</style>
background-color css
<style>
a { background-color: #BD98BC; }
a { background-color: rgb(189,152,188); }
div.DivClassName
{
background-color: #BD98BC;
}
.BgClassName
{
background-color: #BD98BC;
}
</style>
border-color css
<style>
span { border-color: #BD98BC; }
span { border-color: rgb(189,152,188); }
td.TdClassName
{
border-color: #BD98BC;
}
.TagClassName
{
border-color: #BD98BC;
}
</style>