Shades of Lola #BB9CC0
Tints of Lola #BB9CC0
RGB
CMYK
RGB Variations
Color information
#BB9CC0 (or 0xBB9CC0) is known color: Lola. HEX triplet: BB, 9C and C0. RGB value is (187,156,192). Sum of RGB (Red+Green+Blue) = 187+156+192=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB9CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CC0 is #44633F. Grayscale: #A9A9A9. Windows color (decimal): -4481856 or 12623035. OLE color: 12623035.
HSL color Cylindrical-coordinate representation of color #BB9CC0: hue angle of 291.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB9CC0 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 156 | 192 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.25 |
| HSL | 291.67º | 0.22% | 0.68% | - |
| HSV(B) | 291.67º | 0.19% | 0.75% | - |
| XYZ | 41.9 | 38.15 | 55.02 | - |
| YUV | 169.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 192 | 0.03 | 0.19 | 0 | 0.25 | 291.67 | 0.22 | 0.68 |
| Hex | BB | 9C | C0 | 3 | 13 | 0 | 19 | 124 | 16 | 44 |
| Octal | 273 | 234 | 300 | 3 | 23 | 0 | 31 | 444 | 26 | 104 |
| Binary | 10111011 | 10011100 | 11000000 | 11 | 10011 | 0 | 11001 | 100100100 | 10110 | 1000100 |
Color Harmonies of #BB9CC0
Complementary color
Monochromatic Colors of #BB9CC0
Black with #BB9CC0
Text Example
Text Example
White with #BB9CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CC0; }
p { color: rgb(187,156,192); }
H1.HeaderClassName
{
color: #BB9CC0;
}
.AnyTagClassName
{
color: #BB9CC0;
}
</style>
background-color css
<style>
a { background-color: #BB9CC0; }
a { background-color: rgb(187,156,192); }
div.DivClassName
{
background-color: #BB9CC0;
}
.BgClassName
{
background-color: #BB9CC0;
}
</style>
border-color css
<style>
span { border-color: #BB9CC0; }
span { border-color: rgb(187,156,192); }
td.TdClassName
{
border-color: #BB9CC0;
}
.TagClassName
{
border-color: #BB9CC0;
}
</style>