Shades of Lilac #BD8EC6
Tints of Lilac #BD8EC6
RGB
CMYK
RGB Variations
Color information
#BD8EC6 (or 0xBD8EC6) is known color: Lilac. HEX triplet: BD, 8E and C6. RGB value is (189,142,198). Sum of RGB (Red+Green+Blue) = 189+142+198=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD8EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EC6 is #427139. Grayscale: #A2A2A2. Windows color (decimal): -4354362 or 13012669. OLE color: 13012669.
HSL color Cylindrical-coordinate representation of color #BD8EC6: hue angle of 290.36º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD8EC6 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 142 | 198 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.22 |
| HSL | 290.36º | 0.33% | 0.67% | - |
| HSV(B) | 290.36º | 0.28% | 0.78% | - |
| XYZ | 40.85 | 34.24 | 57.88 | - |
| YUV | 162.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 198 | 0.05 | 0.28 | 0 | 0.22 | 290.36 | 0.33 | 0.67 |
| Hex | BD | 8E | C6 | 5 | 1C | 0 | 16 | 122 | 21 | 43 |
| Octal | 275 | 216 | 306 | 5 | 34 | 0 | 26 | 442 | 41 | 103 |
| Binary | 10111101 | 10001110 | 11000110 | 101 | 11100 | 0 | 10110 | 100100010 | 100001 | 1000011 |
Color Harmonies of #BD8EC6
Complementary color
Monochromatic Colors of #BD8EC6
Black with #BD8EC6
Text Example
Text Example
White with #BD8EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8EC6; }
p { color: rgb(189,142,198); }
H1.HeaderClassName
{
color: #BD8EC6;
}
.AnyTagClassName
{
color: #BD8EC6;
}
</style>
background-color css
<style>
a { background-color: #BD8EC6; }
a { background-color: rgb(189,142,198); }
div.DivClassName
{
background-color: #BD8EC6;
}
.BgClassName
{
background-color: #BD8EC6;
}
</style>
border-color css
<style>
span { border-color: #BD8EC6; }
span { border-color: rgb(189,142,198); }
td.TdClassName
{
border-color: #BD8EC6;
}
.TagClassName
{
border-color: #BD8EC6;
}
</style>