Shades of Lilac #BB96BD
Tints of Lilac #BB96BD
RGB
CMYK
RGB Variations
Color information
#BB96BD (or 0xBB96BD) is known color: Lilac. HEX triplet: BB, 96 and BD. RGB value is (187,150,189). Sum of RGB (Red+Green+Blue) = 187+150+189=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB96BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96BD is #446942. Grayscale: #A5A5A5. Windows color (decimal): -4483395 or 12424891. OLE color: 12424891.
HSL color Cylindrical-coordinate representation of color #BB96BD: hue angle of 296.92º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB96BD is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 150 | 189 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.26 |
| HSL | 296.92º | 0.23% | 0.66% | - |
| HSV(B) | 296.92º | 0.21% | 0.74% | - |
| XYZ | 40.59 | 36.05 | 52.96 | - |
| YUV | 165.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 189 | 0.01 | 0.21 | 0 | 0.26 | 296.92 | 0.23 | 0.66 |
| Hex | BB | 96 | BD | 1 | 15 | 0 | 1A | 129 | 17 | 42 |
| Octal | 273 | 226 | 275 | 1 | 25 | 0 | 32 | 451 | 27 | 102 |
| Binary | 10111011 | 10010110 | 10111101 | 1 | 10101 | 0 | 11010 | 100101001 | 10111 | 1000010 |
Color Harmonies of #BB96BD
Complementary color
Monochromatic Colors of #BB96BD
Black with #BB96BD
Text Example
Text Example
White with #BB96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96BD; }
p { color: rgb(187,150,189); }
H1.HeaderClassName
{
color: #BB96BD;
}
.AnyTagClassName
{
color: #BB96BD;
}
</style>
background-color css
<style>
a { background-color: #BB96BD; }
a { background-color: rgb(187,150,189); }
div.DivClassName
{
background-color: #BB96BD;
}
.BgClassName
{
background-color: #BB96BD;
}
</style>
border-color css
<style>
span { border-color: #BB96BD; }
span { border-color: rgb(187,150,189); }
td.TdClassName
{
border-color: #BB96BD;
}
.TagClassName
{
border-color: #BB96BD;
}
</style>