Shades of Lilac #BB8EBF
Tints of Lilac #BB8EBF
RGB
CMYK
RGB Variations
Color information
#BB8EBF (or 0xBB8EBF) is known color: Lilac. HEX triplet: BB, 8E and BF. RGB value is (187,142,191). Sum of RGB (Red+Green+Blue) = 187+142+191=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB8EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EBF is #447140. Grayscale: #A0A0A0. Windows color (decimal): -4485441 or 12553915. OLE color: 12553915.
HSL color Cylindrical-coordinate representation of color #BB8EBF: hue angle of 295.1º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8EBF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 142 | 191 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.25 |
| HSL | 295.1º | 0.28% | 0.65% | - |
| HSV(B) | 295.1º | 0.26% | 0.75% | - |
| XYZ | 39.57 | 33.67 | 53.7 | - |
| YUV | 161.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 191 | 0.02 | 0.26 | 0 | 0.25 | 295.1 | 0.28 | 0.65 |
| Hex | BB | 8E | BF | 2 | 1A | 0 | 19 | 127 | 1C | 41 |
| Octal | 273 | 216 | 277 | 2 | 32 | 0 | 31 | 447 | 34 | 101 |
| Binary | 10111011 | 10001110 | 10111111 | 10 | 11010 | 0 | 11001 | 100100111 | 11100 | 1000001 |
Color Harmonies of #BB8EBF
Complementary color
Monochromatic Colors of #BB8EBF
Black with #BB8EBF
Text Example
Text Example
White with #BB8EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8EBF; }
p { color: rgb(187,142,191); }
H1.HeaderClassName
{
color: #BB8EBF;
}
.AnyTagClassName
{
color: #BB8EBF;
}
</style>
background-color css
<style>
a { background-color: #BB8EBF; }
a { background-color: rgb(187,142,191); }
div.DivClassName
{
background-color: #BB8EBF;
}
.BgClassName
{
background-color: #BB8EBF;
}
</style>
border-color css
<style>
span { border-color: #BB8EBF; }
span { border-color: rgb(187,142,191); }
td.TdClassName
{
border-color: #BB8EBF;
}
.TagClassName
{
border-color: #BB8EBF;
}
</style>