Shades of Lilac #BD8AC2
Tints of Lilac #BD8AC2
RGB
CMYK
RGB Variations
Color information
#BD8AC2 (or 0xBD8AC2) is known color: Lilac. HEX triplet: BD, 8A and C2. RGB value is (189,138,194). Sum of RGB (Red+Green+Blue) = 189+138+194=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD8AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8AC2 is #42753D. Grayscale: #9F9F9F. Windows color (decimal): -4355390 or 12749501. OLE color: 12749501.
HSL color Cylindrical-coordinate representation of color #BD8AC2: hue angle of 294.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD8AC2 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 138 | 194 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.24 |
| HSL | 294.64º | 0.31% | 0.65% | - |
| HSV(B) | 294.64º | 0.29% | 0.76% | - |
| XYZ | 39.81 | 32.89 | 55.29 | - |
| YUV | 159.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 194 | 0.03 | 0.29 | 0 | 0.24 | 294.64 | 0.31 | 0.65 |
| Hex | BD | 8A | C2 | 3 | 1D | 0 | 18 | 127 | 1F | 41 |
| Octal | 275 | 212 | 302 | 3 | 35 | 0 | 30 | 447 | 37 | 101 |
| Binary | 10111101 | 10001010 | 11000010 | 11 | 11101 | 0 | 11000 | 100100111 | 11111 | 1000001 |
Color Harmonies of #BD8AC2
Complementary color
Monochromatic Colors of #BD8AC2
Black with #BD8AC2
Text Example
Text Example
White with #BD8AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8AC2; }
p { color: rgb(189,138,194); }
H1.HeaderClassName
{
color: #BD8AC2;
}
.AnyTagClassName
{
color: #BD8AC2;
}
</style>
background-color css
<style>
a { background-color: #BD8AC2; }
a { background-color: rgb(189,138,194); }
div.DivClassName
{
background-color: #BD8AC2;
}
.BgClassName
{
background-color: #BD8AC2;
}
</style>
border-color css
<style>
span { border-color: #BD8AC2; }
span { border-color: rgb(189,138,194); }
td.TdClassName
{
border-color: #BD8AC2;
}
.TagClassName
{
border-color: #BD8AC2;
}
</style>