Shades of Lilac #BD89C4
Tints of Lilac #BD89C4
RGB
CMYK
RGB Variations
Color information
#BD89C4 (or 0xBD89C4) is known color: Lilac. HEX triplet: BD, 89 and C4. RGB value is (189,137,196). Sum of RGB (Red+Green+Blue) = 189+137+196=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD89C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89C4 is #42763B. Grayscale: #9F9F9F. Windows color (decimal): -4355644 or 12880317. OLE color: 12880317.
HSL color Cylindrical-coordinate representation of color #BD89C4: hue angle of 292.88º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD89C4 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 137 | 196 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.23 |
| HSL | 292.88º | 0.33% | 0.65% | - |
| HSV(B) | 292.88º | 0.3% | 0.77% | - |
| XYZ | 39.9 | 32.7 | 56.43 | - |
| YUV | 159.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 196 | 0.04 | 0.30 | 0 | 0.23 | 292.88 | 0.33 | 0.65 |
| Hex | BD | 89 | C4 | 4 | 1E | 0 | 17 | 125 | 21 | 41 |
| Octal | 275 | 211 | 304 | 4 | 36 | 0 | 27 | 445 | 41 | 101 |
| Binary | 10111101 | 10001001 | 11000100 | 100 | 11110 | 0 | 10111 | 100100101 | 100001 | 1000001 |
Color Harmonies of #BD89C4
Complementary color
Monochromatic Colors of #BD89C4
Black with #BD89C4
Text Example
Text Example
White with #BD89C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD89C4; }
p { color: rgb(189,137,196); }
H1.HeaderClassName
{
color: #BD89C4;
}
.AnyTagClassName
{
color: #BD89C4;
}
</style>
background-color css
<style>
a { background-color: #BD89C4; }
a { background-color: rgb(189,137,196); }
div.DivClassName
{
background-color: #BD89C4;
}
.BgClassName
{
background-color: #BD89C4;
}
</style>
border-color css
<style>
span { border-color: #BD89C4; }
span { border-color: rgb(189,137,196); }
td.TdClassName
{
border-color: #BD89C4;
}
.TagClassName
{
border-color: #BD89C4;
}
</style>