Shades of Lilac #BB8DBF
Tints of Lilac #BB8DBF
RGB
CMYK
RGB Variations
Color information
#BB8DBF (or 0xBB8DBF) is known color: Lilac. HEX triplet: BB, 8D and BF. RGB value is (187,141,191). Sum of RGB (Red+Green+Blue) = 187+141+191=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB8DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DBF is #447240. Grayscale: #A0A0A0. Windows color (decimal): -4485697 or 12553659. OLE color: 12553659.
HSL color Cylindrical-coordinate representation of color #BB8DBF: hue angle of 295.2º 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 #BB8DBF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 141 | 191 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.25 |
| HSL | 295.2º | 0.28% | 0.65% | - |
| HSV(B) | 295.2º | 0.26% | 0.75% | - |
| XYZ | 39.42 | 33.38 | 53.65 | - |
| YUV | 160.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 191 | 0.02 | 0.26 | 0 | 0.25 | 295.2 | 0.28 | 0.65 |
| Hex | BB | 8D | BF | 2 | 1A | 0 | 19 | 127 | 1C | 41 |
| Octal | 273 | 215 | 277 | 2 | 32 | 0 | 31 | 447 | 34 | 101 |
| Binary | 10111011 | 10001101 | 10111111 | 10 | 11010 | 0 | 11001 | 100100111 | 11100 | 1000001 |
Color Harmonies of #BB8DBF
Complementary color
Monochromatic Colors of #BB8DBF
Black with #BB8DBF
Text Example
Text Example
White with #BB8DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DBF; }
p { color: rgb(187,141,191); }
H1.HeaderClassName
{
color: #BB8DBF;
}
.AnyTagClassName
{
color: #BB8DBF;
}
</style>
background-color css
<style>
a { background-color: #BB8DBF; }
a { background-color: rgb(187,141,191); }
div.DivClassName
{
background-color: #BB8DBF;
}
.BgClassName
{
background-color: #BB8DBF;
}
</style>
border-color css
<style>
span { border-color: #BB8DBF; }
span { border-color: rgb(187,141,191); }
td.TdClassName
{
border-color: #BB8DBF;
}
.TagClassName
{
border-color: #BB8DBF;
}
</style>