Shades of Lola #BB9FC0
Tints of Lola #BB9FC0
RGB
CMYK
RGB Variations
Color information
#BB9FC0 (or 0xBB9FC0) is known color: Lola. HEX triplet: BB, 9F and C0. RGB value is (187,159,192). Sum of RGB (Red+Green+Blue) = 187+159+192=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB9FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FC0 is #44603F. Grayscale: #ABABAB. Windows color (decimal): -4481088 or 12623803. OLE color: 12623803.
HSL color Cylindrical-coordinate representation of color #BB9FC0: hue angle of 290.91º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BB9FC0 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 159 | 192 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.25 |
| HSL | 290.91º | 0.21% | 0.69% | - |
| HSV(B) | 290.91º | 0.17% | 0.75% | - |
| XYZ | 42.41 | 39.17 | 55.19 | - |
| YUV | 171.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 192 | 0.03 | 0.17 | 0 | 0.25 | 290.91 | 0.21 | 0.69 |
| Hex | BB | 9F | C0 | 3 | 11 | 0 | 19 | 123 | 15 | 45 |
| Octal | 273 | 237 | 300 | 3 | 21 | 0 | 31 | 443 | 25 | 105 |
| Binary | 10111011 | 10011111 | 11000000 | 11 | 10001 | 0 | 11001 | 100100011 | 10101 | 1000101 |
Color Harmonies of #BB9FC0
Complementary color
Monochromatic Colors of #BB9FC0
Black with #BB9FC0
Text Example
Text Example
White with #BB9FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FC0; }
p { color: rgb(187,159,192); }
H1.HeaderClassName
{
color: #BB9FC0;
}
.AnyTagClassName
{
color: #BB9FC0;
}
</style>
background-color css
<style>
a { background-color: #BB9FC0; }
a { background-color: rgb(187,159,192); }
div.DivClassName
{
background-color: #BB9FC0;
}
.BgClassName
{
background-color: #BB9FC0;
}
</style>
border-color css
<style>
span { border-color: #BB9FC0; }
span { border-color: rgb(187,159,192); }
td.TdClassName
{
border-color: #BB9FC0;
}
.TagClassName
{
border-color: #BB9FC0;
}
</style>