Shades of Lilac #BBA0B9
Tints of Lilac #BBA0B9
RGB
CMYK
RGB Variations
Color information
#BBA0B9 (or 0xBBA0B9) is known color: Lilac. HEX triplet: BB, A0 and B9. RGB value is (187,160,185). Sum of RGB (Red+Green+Blue) = 187+160+185=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0B9 is #445F46. Grayscale: #AAAAAA. Windows color (decimal): -4480839 or 12165307. OLE color: 12165307.
HSL color Cylindrical-coordinate representation of color #BBA0B9: hue angle of 304.44º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA0B9 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 185 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.27 |
| HSL | 304.44º | 0.17% | 0.68% | - |
| HSV(B) | 304.44º | 0.14% | 0.73% | - |
| XYZ | 41.82 | 39.21 | 51.26 | - |
| YUV | 170.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 185 | 0 | 0.14 | 0.01 | 0.27 | 304.44 | 0.17 | 0.68 |
| Hex | BB | A0 | B9 | 0 | E | 1 | 1B | 130 | 11 | 44 |
| Octal | 273 | 240 | 271 | 0 | 16 | 1 | 33 | 460 | 21 | 104 |
| Binary | 10111011 | 10100000 | 10111001 | 0 | 1110 | 1 | 11011 | 100110000 | 10001 | 1000100 |
Color Harmonies of #BBA0B9
Complementary color
Monochromatic Colors of #BBA0B9
Black with #BBA0B9
Text Example
Text Example
White with #BBA0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0B9; }
p { color: rgb(187,160,185); }
H1.HeaderClassName
{
color: #BBA0B9;
}
.AnyTagClassName
{
color: #BBA0B9;
}
</style>
background-color css
<style>
a { background-color: #BBA0B9; }
a { background-color: rgb(187,160,185); }
div.DivClassName
{
background-color: #BBA0B9;
}
.BgClassName
{
background-color: #BBA0B9;
}
</style>
border-color css
<style>
span { border-color: #BBA0B9; }
span { border-color: rgb(187,160,185); }
td.TdClassName
{
border-color: #BBA0B9;
}
.TagClassName
{
border-color: #BBA0B9;
}
</style>