Shades of Lilac #BD97C1
Tints of Lilac #BD97C1
RGB
CMYK
RGB Variations
Color information
#BD97C1 (or 0xBD97C1) is known color: Lilac. HEX triplet: BD, 97 and C1. RGB value is (189,151,193). Sum of RGB (Red+Green+Blue) = 189+151+193=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD97C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97C1 is #42683E. Grayscale: #A7A7A7. Windows color (decimal): -4352063 or 12687293. OLE color: 12687293.
HSL color Cylindrical-coordinate representation of color #BD97C1: hue angle of 294.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD97C1 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 151 | 193 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.24 |
| HSL | 294.29º | 0.25% | 0.67% | - |
| HSV(B) | 294.29º | 0.22% | 0.76% | - |
| XYZ | 41.68 | 36.8 | 55.36 | - |
| YUV | 167.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 193 | 0.02 | 0.22 | 0 | 0.24 | 294.29 | 0.25 | 0.67 |
| Hex | BD | 97 | C1 | 2 | 16 | 0 | 18 | 126 | 19 | 43 |
| Octal | 275 | 227 | 301 | 2 | 26 | 0 | 30 | 446 | 31 | 103 |
| Binary | 10111101 | 10010111 | 11000001 | 10 | 10110 | 0 | 11000 | 100100110 | 11001 | 1000011 |
Color Harmonies of #BD97C1
Complementary color
Monochromatic Colors of #BD97C1
Black with #BD97C1
Text Example
Text Example
White with #BD97C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD97C1; }
p { color: rgb(189,151,193); }
H1.HeaderClassName
{
color: #BD97C1;
}
.AnyTagClassName
{
color: #BD97C1;
}
</style>
background-color css
<style>
a { background-color: #BD97C1; }
a { background-color: rgb(189,151,193); }
div.DivClassName
{
background-color: #BD97C1;
}
.BgClassName
{
background-color: #BD97C1;
}
</style>
border-color css
<style>
span { border-color: #BD97C1; }
span { border-color: rgb(189,151,193); }
td.TdClassName
{
border-color: #BD97C1;
}
.TagClassName
{
border-color: #BD97C1;
}
</style>