Shades of Lilac #BB8AC0
Tints of Lilac #BB8AC0
RGB
CMYK
RGB Variations
Color information
#BB8AC0 (or 0xBB8AC0) is known color: Lilac. HEX triplet: BB, 8A and C0. RGB value is (187,138,192). Sum of RGB (Red+Green+Blue) = 187+138+192=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB8AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8AC0 is #44753F. Grayscale: #9E9E9E. Windows color (decimal): -4486464 or 12618427. OLE color: 12618427.
HSL color Cylindrical-coordinate representation of color #BB8AC0: hue angle of 294.44º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB8AC0 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 138 | 192 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.25 |
| HSL | 294.44º | 0.3% | 0.65% | - |
| HSV(B) | 294.44º | 0.28% | 0.75% | - |
| XYZ | 39.1 | 32.55 | 54.09 | - |
| YUV | 158.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 192 | 0.03 | 0.28 | 0 | 0.25 | 294.44 | 0.3 | 0.65 |
| Hex | BB | 8A | C0 | 3 | 1C | 0 | 19 | 126 | 1E | 41 |
| Octal | 273 | 212 | 300 | 3 | 34 | 0 | 31 | 446 | 36 | 101 |
| Binary | 10111011 | 10001010 | 11000000 | 11 | 11100 | 0 | 11001 | 100100110 | 11110 | 1000001 |
Color Harmonies of #BB8AC0
Complementary color
Monochromatic Colors of #BB8AC0
Black with #BB8AC0
Text Example
Text Example
White with #BB8AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8AC0; }
p { color: rgb(187,138,192); }
H1.HeaderClassName
{
color: #BB8AC0;
}
.AnyTagClassName
{
color: #BB8AC0;
}
</style>
background-color css
<style>
a { background-color: #BB8AC0; }
a { background-color: rgb(187,138,192); }
div.DivClassName
{
background-color: #BB8AC0;
}
.BgClassName
{
background-color: #BB8AC0;
}
</style>
border-color css
<style>
span { border-color: #BB8AC0; }
span { border-color: rgb(187,138,192); }
td.TdClassName
{
border-color: #BB8AC0;
}
.TagClassName
{
border-color: #BB8AC0;
}
</style>