Shades of Lilac #BB9CBA
Tints of Lilac #BB9CBA
RGB
CMYK
RGB Variations
Color information
#BB9CBA (or 0xBB9CBA) is known color: Lilac. HEX triplet: BB, 9C and BA. RGB value is (187,156,186). Sum of RGB (Red+Green+Blue) = 187+156+186=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CBA is #446345. Grayscale: #A8A8A8. Windows color (decimal): -4481862 or 12229819. OLE color: 12229819.
HSL color Cylindrical-coordinate representation of color #BB9CBA: hue angle of 301.94º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BB9CBA is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 156 | 186 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.27 |
| HSL | 301.94º | 0.19% | 0.67% | - |
| HSV(B) | 301.94º | 0.17% | 0.73% | - |
| XYZ | 41.24 | 37.89 | 51.59 | - |
| YUV | 168.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 186 | 0 | 0.17 | 0.01 | 0.27 | 301.94 | 0.19 | 0.67 |
| Hex | BB | 9C | BA | 0 | 11 | 1 | 1B | 12E | 13 | 43 |
| Octal | 273 | 234 | 272 | 0 | 21 | 1 | 33 | 456 | 23 | 103 |
| Binary | 10111011 | 10011100 | 10111010 | 0 | 10001 | 1 | 11011 | 100101110 | 10011 | 1000011 |
Color Harmonies of #BB9CBA
Complementary color
Monochromatic Colors of #BB9CBA
Black with #BB9CBA
Text Example
Text Example
White with #BB9CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CBA; }
p { color: rgb(187,156,186); }
H1.HeaderClassName
{
color: #BB9CBA;
}
.AnyTagClassName
{
color: #BB9CBA;
}
</style>
background-color css
<style>
a { background-color: #BB9CBA; }
a { background-color: rgb(187,156,186); }
div.DivClassName
{
background-color: #BB9CBA;
}
.BgClassName
{
background-color: #BB9CBA;
}
</style>
border-color css
<style>
span { border-color: #BB9CBA; }
span { border-color: rgb(187,156,186); }
td.TdClassName
{
border-color: #BB9CBA;
}
.TagClassName
{
border-color: #BB9CBA;
}
</style>