Shades of Lilac #BD97C5
Tints of Lilac #BD97C5
RGB
CMYK
RGB Variations
Color information
#BD97C5 (or 0xBD97C5) is known color: Lilac. HEX triplet: BD, 97 and C5. RGB value is (189,151,197). Sum of RGB (Red+Green+Blue) = 189+151+197=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD97C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97C5 is #42683A. Grayscale: #A7A7A7. Windows color (decimal): -4352059 or 12949437. OLE color: 12949437.
HSL color Cylindrical-coordinate representation of color #BD97C5: hue angle of 289.57º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD97C5 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 151 | 197 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.23 |
| HSL | 289.57º | 0.28% | 0.68% | - |
| HSV(B) | 289.57º | 0.23% | 0.77% | - |
| XYZ | 42.13 | 36.98 | 57.74 | - |
| YUV | 167.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 197 | 0.04 | 0.23 | 0 | 0.23 | 289.57 | 0.28 | 0.68 |
| Hex | BD | 97 | C5 | 4 | 17 | 0 | 17 | 122 | 1C | 44 |
| Octal | 275 | 227 | 305 | 4 | 27 | 0 | 27 | 442 | 34 | 104 |
| Binary | 10111101 | 10010111 | 11000101 | 100 | 10111 | 0 | 10111 | 100100010 | 11100 | 1000100 |
Color Harmonies of #BD97C5
Complementary color
Monochromatic Colors of #BD97C5
Black with #BD97C5
Text Example
Text Example
White with #BD97C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD97C5; }
p { color: rgb(189,151,197); }
H1.HeaderClassName
{
color: #BD97C5;
}
.AnyTagClassName
{
color: #BD97C5;
}
</style>
background-color css
<style>
a { background-color: #BD97C5; }
a { background-color: rgb(189,151,197); }
div.DivClassName
{
background-color: #BD97C5;
}
.BgClassName
{
background-color: #BD97C5;
}
</style>
border-color css
<style>
span { border-color: #BD97C5; }
span { border-color: rgb(189,151,197); }
td.TdClassName
{
border-color: #BD97C5;
}
.TagClassName
{
border-color: #BD97C5;
}
</style>