Shades of Lilac #BBA1B9
Tints of Lilac #BBA1B9
RGB
CMYK
RGB Variations
Color information
#BBA1B9 (or 0xBBA1B9) is known color: Lilac. HEX triplet: BB, A1 and B9. RGB value is (187,161,185). Sum of RGB (Red+Green+Blue) = 187+161+185=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1B9 is #445E46. Grayscale: #ABABAB. Windows color (decimal): -4480583 or 12165563. OLE color: 12165563.
HSL color Cylindrical-coordinate representation of color #BBA1B9: hue angle of 304.62º degrees, saturation: 0.16, 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 #BBA1B9 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 185 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.27 |
| HSL | 304.62º | 0.16% | 0.68% | - |
| HSV(B) | 304.62º | 0.14% | 0.73% | - |
| XYZ | 42 | 39.56 | 51.32 | - |
| YUV | 171.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 185 | 0 | 0.14 | 0.01 | 0.27 | 304.62 | 0.16 | 0.68 |
| Hex | BB | A1 | B9 | 0 | E | 1 | 1B | 131 | 10 | 44 |
| Octal | 273 | 241 | 271 | 0 | 16 | 1 | 33 | 461 | 20 | 104 |
| Binary | 10111011 | 10100001 | 10111001 | 0 | 1110 | 1 | 11011 | 100110001 | 10000 | 1000100 |
Color Harmonies of #BBA1B9
Complementary color
Monochromatic Colors of #BBA1B9
Black with #BBA1B9
Text Example
Text Example
White with #BBA1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA1B9; }
p { color: rgb(187,161,185); }
H1.HeaderClassName
{
color: #BBA1B9;
}
.AnyTagClassName
{
color: #BBA1B9;
}
</style>
background-color css
<style>
a { background-color: #BBA1B9; }
a { background-color: rgb(187,161,185); }
div.DivClassName
{
background-color: #BBA1B9;
}
.BgClassName
{
background-color: #BBA1B9;
}
</style>
border-color css
<style>
span { border-color: #BBA1B9; }
span { border-color: rgb(187,161,185); }
td.TdClassName
{
border-color: #BBA1B9;
}
.TagClassName
{
border-color: #BBA1B9;
}
</style>