Shades of Lilac #BD97BC
Tints of Lilac #BD97BC
RGB
CMYK
RGB Variations
Color information
#BD97BC (or 0xBD97BC) is known color: Lilac. HEX triplet: BD, 97 and BC. RGB value is (189,151,188). Sum of RGB (Red+Green+Blue) = 189+151+188=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BD97BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97BC is #426843. Grayscale: #A6A6A6. Windows color (decimal): -4352068 or 12359613. OLE color: 12359613.
HSL color Cylindrical-coordinate representation of color #BD97BC: hue angle of 301.58º 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 #BD97BC is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 188 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.26 |
| HSL | 301.58º | 0.22% | 0.67% | - |
| HSV(B) | 301.58º | 0.2% | 0.74% | - |
| XYZ | 41.13 | 36.58 | 52.47 | - |
| YUV | 166.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 188 | 0 | 0.20 | 0.01 | 0.26 | 301.58 | 0.22 | 0.67 |
| Hex | BD | 97 | BC | 0 | 14 | 1 | 1A | 12E | 16 | 43 |
| Octal | 275 | 227 | 274 | 0 | 24 | 1 | 32 | 456 | 26 | 103 |
| Binary | 10111101 | 10010111 | 10111100 | 0 | 10100 | 1 | 11010 | 100101110 | 10110 | 1000011 |
Color Harmonies of #BD97BC
Complementary color
Monochromatic Colors of #BD97BC
Black with #BD97BC
Text Example
Text Example
White with #BD97BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD97BC; }
p { color: rgb(189,151,188); }
H1.HeaderClassName
{
color: #BD97BC;
}
.AnyTagClassName
{
color: #BD97BC;
}
</style>
background-color css
<style>
a { background-color: #BD97BC; }
a { background-color: rgb(189,151,188); }
div.DivClassName
{
background-color: #BD97BC;
}
.BgClassName
{
background-color: #BD97BC;
}
</style>
border-color css
<style>
span { border-color: #BD97BC; }
span { border-color: rgb(189,151,188); }
td.TdClassName
{
border-color: #BD97BC;
}
.TagClassName
{
border-color: #BD97BC;
}
</style>