Shades of Lola #BB9BC0
Tints of Lola #BB9BC0
RGB
CMYK
RGB Variations
Color information
#BB9BC0 (or 0xBB9BC0) is known color: Lola. HEX triplet: BB, 9B and C0. RGB value is (187,155,192). Sum of RGB (Red+Green+Blue) = 187+155+192=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB9BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BC0 is #44643F. Grayscale: #A8A8A8. Windows color (decimal): -4482112 or 12622779. OLE color: 12622779.
HSL color Cylindrical-coordinate representation of color #BB9BC0: hue angle of 291.89º degrees, saturation: 0.23, 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 #BB9BC0 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 155 | 192 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.25 |
| HSL | 291.89º | 0.23% | 0.68% | - |
| HSV(B) | 291.89º | 0.19% | 0.75% | - |
| XYZ | 41.73 | 37.81 | 54.97 | - |
| YUV | 168.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 192 | 0.03 | 0.19 | 0 | 0.25 | 291.89 | 0.23 | 0.68 |
| Hex | BB | 9B | C0 | 3 | 13 | 0 | 19 | 124 | 17 | 44 |
| Octal | 273 | 233 | 300 | 3 | 23 | 0 | 31 | 444 | 27 | 104 |
| Binary | 10111011 | 10011011 | 11000000 | 11 | 10011 | 0 | 11001 | 100100100 | 10111 | 1000100 |
Color Harmonies of #BB9BC0
Complementary color
Monochromatic Colors of #BB9BC0
Black with #BB9BC0
Text Example
Text Example
White with #BB9BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9BC0; }
p { color: rgb(187,155,192); }
H1.HeaderClassName
{
color: #BB9BC0;
}
.AnyTagClassName
{
color: #BB9BC0;
}
</style>
background-color css
<style>
a { background-color: #BB9BC0; }
a { background-color: rgb(187,155,192); }
div.DivClassName
{
background-color: #BB9BC0;
}
.BgClassName
{
background-color: #BB9BC0;
}
</style>
border-color css
<style>
span { border-color: #BB9BC0; }
span { border-color: rgb(187,155,192); }
td.TdClassName
{
border-color: #BB9BC0;
}
.TagClassName
{
border-color: #BB9BC0;
}
</style>