Shades of Lilac #BB9DB9
Tints of Lilac #BB9DB9
RGB
CMYK
RGB Variations
Color information
#BB9DB9 (or 0xBB9DB9) is known color: Lilac. HEX triplet: BB, 9D and B9. RGB value is (187,157,185). Sum of RGB (Red+Green+Blue) = 187+157+185=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DB9 is #446246. Grayscale: #A9A9A9. Windows color (decimal): -4481607 or 12164539. OLE color: 12164539.
HSL color Cylindrical-coordinate representation of color #BB9DB9: hue angle of 304º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BB9DB9 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 157 | 185 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.27 |
| HSL | 304º | 0.18% | 0.67% | - |
| HSV(B) | 304º | 0.16% | 0.73% | - |
| XYZ | 41.31 | 38.18 | 51.09 | - |
| YUV | 169.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 185 | 0 | 0.16 | 0.01 | 0.27 | 304 | 0.18 | 0.67 |
| Hex | BB | 9D | B9 | 0 | 10 | 1 | 1B | 130 | 12 | 43 |
| Octal | 273 | 235 | 271 | 0 | 20 | 1 | 33 | 460 | 22 | 103 |
| Binary | 10111011 | 10011101 | 10111001 | 0 | 10000 | 1 | 11011 | 100110000 | 10010 | 1000011 |
Color Harmonies of #BB9DB9
Complementary color
Monochromatic Colors of #BB9DB9
Black with #BB9DB9
Text Example
Text Example
White with #BB9DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DB9; }
p { color: rgb(187,157,185); }
H1.HeaderClassName
{
color: #BB9DB9;
}
.AnyTagClassName
{
color: #BB9DB9;
}
</style>
background-color css
<style>
a { background-color: #BB9DB9; }
a { background-color: rgb(187,157,185); }
div.DivClassName
{
background-color: #BB9DB9;
}
.BgClassName
{
background-color: #BB9DB9;
}
</style>
border-color css
<style>
span { border-color: #BB9DB9; }
span { border-color: rgb(187,157,185); }
td.TdClassName
{
border-color: #BB9DB9;
}
.TagClassName
{
border-color: #BB9DB9;
}
</style>