Shades of Lilac #BB8EBD
Tints of Lilac #BB8EBD
RGB
CMYK
RGB Variations
Color information
#BB8EBD (or 0xBB8EBD) is known color: Lilac. HEX triplet: BB, 8E and BD. RGB value is (187,142,189). Sum of RGB (Red+Green+Blue) = 187+142+189=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB8EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EBD is #447142. Grayscale: #A0A0A0. Windows color (decimal): -4485443 or 12422843. OLE color: 12422843.
HSL color Cylindrical-coordinate representation of color #BB8EBD: hue angle of 297.45º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB8EBD is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 142 | 189 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.26 |
| HSL | 297.45º | 0.26% | 0.65% | - |
| HSV(B) | 297.45º | 0.25% | 0.74% | - |
| XYZ | 39.35 | 33.58 | 52.55 | - |
| YUV | 160.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 189 | 0.01 | 0.25 | 0 | 0.26 | 297.45 | 0.26 | 0.65 |
| Hex | BB | 8E | BD | 1 | 19 | 0 | 1A | 129 | 1A | 41 |
| Octal | 273 | 216 | 275 | 1 | 31 | 0 | 32 | 451 | 32 | 101 |
| Binary | 10111011 | 10001110 | 10111101 | 1 | 11001 | 0 | 11010 | 100101001 | 11010 | 1000001 |
Color Harmonies of #BB8EBD
Complementary color
Monochromatic Colors of #BB8EBD
Black with #BB8EBD
Text Example
Text Example
White with #BB8EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8EBD; }
p { color: rgb(187,142,189); }
H1.HeaderClassName
{
color: #BB8EBD;
}
.AnyTagClassName
{
color: #BB8EBD;
}
</style>
background-color css
<style>
a { background-color: #BB8EBD; }
a { background-color: rgb(187,142,189); }
div.DivClassName
{
background-color: #BB8EBD;
}
.BgClassName
{
background-color: #BB8EBD;
}
</style>
border-color css
<style>
span { border-color: #BB8EBD; }
span { border-color: rgb(187,142,189); }
td.TdClassName
{
border-color: #BB8EBD;
}
.TagClassName
{
border-color: #BB8EBD;
}
</style>