Shades of Lilac #BB99BB
Tints of Lilac #BB99BB
RGB
CMYK
RGB Variations
Color information
#BB99BB (or 0xBB99BB) is known color: Lilac. HEX triplet: BB, 99 and BB. RGB value is (187,153,187). Sum of RGB (Red+Green+Blue) = 187+153+187=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB99BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99BB is #446644. Grayscale: #A6A6A6. Windows color (decimal): -4482629 or 12294587. OLE color: 12294587.
HSL color Cylindrical-coordinate representation of color #BB99BB: 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 #BB99BB is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 187 | - |
| CMYK | 0 | 0.18 | 0 | 0.27 |
| HSL | 300º | 0.2% | 0.67% | - |
| HSV(B) | 300º | 0.18% | 0.73% | - |
| XYZ | 40.85 | 36.94 | 51.99 | - |
| YUV | 167.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 187 | 0 | 0.18 | 0 | 0.27 | 300 | 0.2 | 0.67 |
| Hex | BB | 99 | BB | 0 | 12 | 0 | 1B | 12C | 14 | 43 |
| Octal | 273 | 231 | 273 | 0 | 22 | 0 | 33 | 454 | 24 | 103 |
| Binary | 10111011 | 10011001 | 10111011 | 0 | 10010 | 0 | 11011 | 100101100 | 10100 | 1000011 |
Color Harmonies of #BB99BB
Complementary color
Monochromatic Colors of #BB99BB
Black with #BB99BB
Text Example
Text Example
White with #BB99BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99BB; }
p { color: rgb(187,153,187); }
H1.HeaderClassName
{
color: #BB99BB;
}
.AnyTagClassName
{
color: #BB99BB;
}
</style>
background-color css
<style>
a { background-color: #BB99BB; }
a { background-color: rgb(187,153,187); }
div.DivClassName
{
background-color: #BB99BB;
}
.BgClassName
{
background-color: #BB99BB;
}
</style>
border-color css
<style>
span { border-color: #BB99BB; }
span { border-color: rgb(187,153,187); }
td.TdClassName
{
border-color: #BB99BB;
}
.TagClassName
{
border-color: #BB99BB;
}
</style>