Shades of Lilac #BB96C1
Tints of Lilac #BB96C1
RGB
CMYK
RGB Variations
Color information
#BB96C1 (or 0xBB96C1) is known color: Lilac. HEX triplet: BB, 96 and C1. RGB value is (187,150,193). Sum of RGB (Red+Green+Blue) = 187+150+193=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB96C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96C1 is #44693E. Grayscale: #A5A5A5. Windows color (decimal): -4483391 or 12687035. OLE color: 12687035.
HSL color Cylindrical-coordinate representation of color #BB96C1: hue angle of 291.63º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB96C1 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 150 | 193 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.24 |
| HSL | 291.63º | 0.26% | 0.67% | - |
| HSV(B) | 291.63º | 0.22% | 0.76% | - |
| XYZ | 41.03 | 36.23 | 55.28 | - |
| YUV | 165.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 193 | 0.03 | 0.22 | 0 | 0.24 | 291.63 | 0.26 | 0.67 |
| Hex | BB | 96 | C1 | 3 | 16 | 0 | 18 | 124 | 1A | 43 |
| Octal | 273 | 226 | 301 | 3 | 26 | 0 | 30 | 444 | 32 | 103 |
| Binary | 10111011 | 10010110 | 11000001 | 11 | 10110 | 0 | 11000 | 100100100 | 11010 | 1000011 |
Color Harmonies of #BB96C1
Complementary color
Monochromatic Colors of #BB96C1
Black with #BB96C1
Text Example
Text Example
White with #BB96C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96C1; }
p { color: rgb(187,150,193); }
H1.HeaderClassName
{
color: #BB96C1;
}
.AnyTagClassName
{
color: #BB96C1;
}
</style>
background-color css
<style>
a { background-color: #BB96C1; }
a { background-color: rgb(187,150,193); }
div.DivClassName
{
background-color: #BB96C1;
}
.BgClassName
{
background-color: #BB96C1;
}
</style>
border-color css
<style>
span { border-color: #BB96C1; }
span { border-color: rgb(187,150,193); }
td.TdClassName
{
border-color: #BB96C1;
}
.TagClassName
{
border-color: #BB96C1;
}
</style>