Shades of Lilac #BB9ABB
Tints of Lilac #BB9ABB
RGB
CMYK
RGB Variations
Color information
#BB9ABB (or 0xBB9ABB) is known color: Lilac. HEX triplet: BB, 9A and BB. RGB value is (187,154,187). Sum of RGB (Red+Green+Blue) = 187+154+187=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB9ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ABB is #446544. Grayscale: #A7A7A7. Windows color (decimal): -4482373 or 12294843. OLE color: 12294843.
HSL color Cylindrical-coordinate representation of color #BB9ABB: hue angle of 300º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB9ABB is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 187 | - |
| CMYK | 0 | 0.18 | 0 | 0.27 |
| HSL | 300º | 0.2% | 0.67% | - |
| HSV(B) | 300º | 0.18% | 0.73% | - |
| XYZ | 41.02 | 37.26 | 52.04 | - |
| YUV | 167.63 | 138.93 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 187 | 0 | 0.18 | 0 | 0.27 | 300 | 0.2 | 0.67 |
| Hex | BB | 9A | BB | 0 | 12 | 0 | 1B | 12C | 14 | 43 |
| Octal | 273 | 232 | 273 | 0 | 22 | 0 | 33 | 454 | 24 | 103 |
| Binary | 10111011 | 10011010 | 10111011 | 0 | 10010 | 0 | 11011 | 100101100 | 10100 | 1000011 |
Color Harmonies of #BB9ABB
Complementary color
Monochromatic Colors of #BB9ABB
Black with #BB9ABB
Text Example
Text Example
White with #BB9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9ABB; }
p { color: rgb(187,154,187); }
H1.HeaderClassName
{
color: #BB9ABB;
}
.AnyTagClassName
{
color: #BB9ABB;
}
</style>
background-color css
<style>
a { background-color: #BB9ABB; }
a { background-color: rgb(187,154,187); }
div.DivClassName
{
background-color: #BB9ABB;
}
.BgClassName
{
background-color: #BB9ABB;
}
</style>
border-color css
<style>
span { border-color: #BB9ABB; }
span { border-color: rgb(187,154,187); }
td.TdClassName
{
border-color: #BB9ABB;
}
.TagClassName
{
border-color: #BB9ABB;
}
</style>