Shades of Lola #BB9FC1
Tints of Lola #BB9FC1
RGB
CMYK
RGB Variations
Color information
#BB9FC1 (or 0xBB9FC1) is known color: Lola. HEX triplet: BB, 9F and C1. RGB value is (187,159,193). Sum of RGB (Red+Green+Blue) = 187+159+193=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB9FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FC1 is #44603E. Grayscale: #ABABAB. Windows color (decimal): -4481087 or 12689339. OLE color: 12689339.
HSL color Cylindrical-coordinate representation of color #BB9FC1: hue angle of 289.41º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB9FC1 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 159 | 193 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.24 |
| HSL | 289.41º | 0.22% | 0.69% | - |
| HSV(B) | 289.41º | 0.18% | 0.76% | - |
| XYZ | 42.52 | 39.21 | 55.78 | - |
| YUV | 171.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 193 | 0.03 | 0.18 | 0 | 0.24 | 289.41 | 0.22 | 0.69 |
| Hex | BB | 9F | C1 | 3 | 12 | 0 | 18 | 121 | 16 | 45 |
| Octal | 273 | 237 | 301 | 3 | 22 | 0 | 30 | 441 | 26 | 105 |
| Binary | 10111011 | 10011111 | 11000001 | 11 | 10010 | 0 | 11000 | 100100001 | 10110 | 1000101 |
Color Harmonies of #BB9FC1
Complementary color
Monochromatic Colors of #BB9FC1
Black with #BB9FC1
Text Example
Text Example
White with #BB9FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FC1; }
p { color: rgb(187,159,193); }
H1.HeaderClassName
{
color: #BB9FC1;
}
.AnyTagClassName
{
color: #BB9FC1;
}
</style>
background-color css
<style>
a { background-color: #BB9FC1; }
a { background-color: rgb(187,159,193); }
div.DivClassName
{
background-color: #BB9FC1;
}
.BgClassName
{
background-color: #BB9FC1;
}
</style>
border-color css
<style>
span { border-color: #BB9FC1; }
span { border-color: rgb(187,159,193); }
td.TdClassName
{
border-color: #BB9FC1;
}
.TagClassName
{
border-color: #BB9FC1;
}
</style>