Shades of Lola #BB96C4
Tints of Lola #BB96C4
RGB
CMYK
RGB Variations
Color information
#BB96C4 (or 0xBB96C4) is known color: Lola. HEX triplet: BB, 96 and C4. RGB value is (187,150,196). Sum of RGB (Red+Green+Blue) = 187+150+196=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB96C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96C4 is #44693B. Grayscale: #A6A6A6. Windows color (decimal): -4483388 or 12883643. OLE color: 12883643.
HSL color Cylindrical-coordinate representation of color #BB96C4: hue angle of 288.26º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB96C4 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 150 | 196 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.23 |
| HSL | 288.26º | 0.28% | 0.68% | - |
| HSV(B) | 288.26º | 0.23% | 0.77% | - |
| XYZ | 41.36 | 36.36 | 57.06 | - |
| YUV | 166.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 196 | 0.05 | 0.23 | 0 | 0.23 | 288.26 | 0.28 | 0.68 |
| Hex | BB | 96 | C4 | 5 | 17 | 0 | 17 | 120 | 1C | 44 |
| Octal | 273 | 226 | 304 | 5 | 27 | 0 | 27 | 440 | 34 | 104 |
| Binary | 10111011 | 10010110 | 11000100 | 101 | 10111 | 0 | 10111 | 100100000 | 11100 | 1000100 |
Color Harmonies of #BB96C4
Complementary color
Monochromatic Colors of #BB96C4
Black with #BB96C4
Text Example
Text Example
White with #BB96C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96C4; }
p { color: rgb(187,150,196); }
H1.HeaderClassName
{
color: #BB96C4;
}
.AnyTagClassName
{
color: #BB96C4;
}
</style>
background-color css
<style>
a { background-color: #BB96C4; }
a { background-color: rgb(187,150,196); }
div.DivClassName
{
background-color: #BB96C4;
}
.BgClassName
{
background-color: #BB96C4;
}
</style>
border-color css
<style>
span { border-color: #BB96C4; }
span { border-color: rgb(187,150,196); }
td.TdClassName
{
border-color: #BB96C4;
}
.TagClassName
{
border-color: #BB96C4;
}
</style>