Shades of Lola #BB9CC1
Tints of Lola #BB9CC1
RGB
CMYK
RGB Variations
Color information
#BB9CC1 (or 0xBB9CC1) is known color: Lola. HEX triplet: BB, 9C and C1. RGB value is (187,156,193). Sum of RGB (Red+Green+Blue) = 187+156+193=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB9CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CC1 is #44633E. Grayscale: #A9A9A9. Windows color (decimal): -4481855 or 12688571. OLE color: 12688571.
HSL color Cylindrical-coordinate representation of color #BB9CC1: hue angle of 290.27º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB9CC1 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 156 | 193 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.24 |
| HSL | 290.27º | 0.23% | 0.68% | - |
| HSV(B) | 290.27º | 0.19% | 0.76% | - |
| XYZ | 42.01 | 38.19 | 55.61 | - |
| YUV | 169.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 193 | 0.03 | 0.19 | 0 | 0.24 | 290.27 | 0.23 | 0.68 |
| Hex | BB | 9C | C1 | 3 | 13 | 0 | 18 | 122 | 17 | 44 |
| Octal | 273 | 234 | 301 | 3 | 23 | 0 | 30 | 442 | 27 | 104 |
| Binary | 10111011 | 10011100 | 11000001 | 11 | 10011 | 0 | 11000 | 100100010 | 10111 | 1000100 |
Color Harmonies of #BB9CC1
Complementary color
Monochromatic Colors of #BB9CC1
Black with #BB9CC1
Text Example
Text Example
White with #BB9CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CC1; }
p { color: rgb(187,156,193); }
H1.HeaderClassName
{
color: #BB9CC1;
}
.AnyTagClassName
{
color: #BB9CC1;
}
</style>
background-color css
<style>
a { background-color: #BB9CC1; }
a { background-color: rgb(187,156,193); }
div.DivClassName
{
background-color: #BB9CC1;
}
.BgClassName
{
background-color: #BB9CC1;
}
</style>
border-color css
<style>
span { border-color: #BB9CC1; }
span { border-color: rgb(187,156,193); }
td.TdClassName
{
border-color: #BB9CC1;
}
.TagClassName
{
border-color: #BB9CC1;
}
</style>