Shades of Lilac #BB9BBC
Tints of Lilac #BB9BBC
RGB
CMYK
RGB Variations
Color information
#BB9BBC (or 0xBB9BBC) is known color: Lilac. HEX triplet: BB, 9B and BC. RGB value is (187,155,188). Sum of RGB (Red+Green+Blue) = 187+155+188=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB9BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BBC is #446443. Grayscale: #A8A8A8. Windows color (decimal): -4482116 or 12360635. OLE color: 12360635.
HSL color Cylindrical-coordinate representation of color #BB9BBC: hue angle of 298.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB9BBC is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 155 | 188 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.26 |
| HSL | 298.18º | 0.2% | 0.67% | - |
| HSV(B) | 298.18º | 0.18% | 0.74% | - |
| XYZ | 41.29 | 37.64 | 52.67 | - |
| YUV | 168.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 188 | 0.01 | 0.18 | 0 | 0.26 | 298.18 | 0.2 | 0.67 |
| Hex | BB | 9B | BC | 1 | 12 | 0 | 1A | 12A | 14 | 43 |
| Octal | 273 | 233 | 274 | 1 | 22 | 0 | 32 | 452 | 24 | 103 |
| Binary | 10111011 | 10011011 | 10111100 | 1 | 10010 | 0 | 11010 | 100101010 | 10100 | 1000011 |
Color Harmonies of #BB9BBC
Complementary color
Monochromatic Colors of #BB9BBC
Black with #BB9BBC
Text Example
Text Example
White with #BB9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9BBC; }
p { color: rgb(187,155,188); }
H1.HeaderClassName
{
color: #BB9BBC;
}
.AnyTagClassName
{
color: #BB9BBC;
}
</style>
background-color css
<style>
a { background-color: #BB9BBC; }
a { background-color: rgb(187,155,188); }
div.DivClassName
{
background-color: #BB9BBC;
}
.BgClassName
{
background-color: #BB9BBC;
}
</style>
border-color css
<style>
span { border-color: #BB9BBC; }
span { border-color: rgb(187,155,188); }
td.TdClassName
{
border-color: #BB9BBC;
}
.TagClassName
{
border-color: #BB9BBC;
}
</style>