Shades of Lilac #BD8ABE
Tints of Lilac #BD8ABE
RGB
CMYK
RGB Variations
Color information
#BD8ABE (or 0xBD8ABE) is known color: Lilac. HEX triplet: BD, 8A and BE. RGB value is (189,138,190). Sum of RGB (Red+Green+Blue) = 189+138+190=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD8ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ABE is #427541. Grayscale: #9F9F9F. Windows color (decimal): -4355394 or 12487357. OLE color: 12487357.
HSL color Cylindrical-coordinate representation of color #BD8ABE: hue angle of 298.85º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD8ABE is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 138 | 190 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.25 |
| HSL | 298.85º | 0.29% | 0.64% | - |
| HSV(B) | 298.85º | 0.27% | 0.75% | - |
| XYZ | 39.37 | 32.71 | 52.95 | - |
| YUV | 159.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 190 | 0.01 | 0.27 | 0 | 0.25 | 298.85 | 0.29 | 0.64 |
| Hex | BD | 8A | BE | 1 | 1B | 0 | 19 | 12B | 1D | 40 |
| Octal | 275 | 212 | 276 | 1 | 33 | 0 | 31 | 453 | 35 | 100 |
| Binary | 10111101 | 10001010 | 10111110 | 1 | 11011 | 0 | 11001 | 100101011 | 11101 | 1000000 |
Color Harmonies of #BD8ABE
Complementary color
Monochromatic Colors of #BD8ABE
Black with #BD8ABE
Text Example
Text Example
White with #BD8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8ABE; }
p { color: rgb(189,138,190); }
H1.HeaderClassName
{
color: #BD8ABE;
}
.AnyTagClassName
{
color: #BD8ABE;
}
</style>
background-color css
<style>
a { background-color: #BD8ABE; }
a { background-color: rgb(189,138,190); }
div.DivClassName
{
background-color: #BD8ABE;
}
.BgClassName
{
background-color: #BD8ABE;
}
</style>
border-color css
<style>
span { border-color: #BD8ABE; }
span { border-color: rgb(189,138,190); }
td.TdClassName
{
border-color: #BD8ABE;
}
.TagClassName
{
border-color: #BD8ABE;
}
</style>