Shades of Lola #BB9ABF
Tints of Lola #BB9ABF
RGB
CMYK
RGB Variations
Color information
#BB9ABF (or 0xBB9ABF) is known color: Lola. HEX triplet: BB, 9A and BF. RGB value is (187,154,191). Sum of RGB (Red+Green+Blue) = 187+154+191=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB9ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ABF is #446540. Grayscale: #A7A7A7. Windows color (decimal): -4482369 or 12556987. OLE color: 12556987.
HSL color Cylindrical-coordinate representation of color #BB9ABF: hue angle of 293.51º 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 #BB9ABF is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 154 | 191 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.25 |
| HSL | 293.51º | 0.22% | 0.68% | - |
| HSV(B) | 293.51º | 0.19% | 0.75% | - |
| XYZ | 41.45 | 37.44 | 54.33 | - |
| YUV | 168.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 191 | 0.02 | 0.19 | 0 | 0.25 | 293.51 | 0.22 | 0.68 |
| Hex | BB | 9A | BF | 2 | 13 | 0 | 19 | 126 | 16 | 44 |
| Octal | 273 | 232 | 277 | 2 | 23 | 0 | 31 | 446 | 26 | 104 |
| Binary | 10111011 | 10011010 | 10111111 | 10 | 10011 | 0 | 11001 | 100100110 | 10110 | 1000100 |
Color Harmonies of #BB9ABF
Complementary color
Monochromatic Colors of #BB9ABF
Black with #BB9ABF
Text Example
Text Example
White with #BB9ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9ABF; }
p { color: rgb(187,154,191); }
H1.HeaderClassName
{
color: #BB9ABF;
}
.AnyTagClassName
{
color: #BB9ABF;
}
</style>
background-color css
<style>
a { background-color: #BB9ABF; }
a { background-color: rgb(187,154,191); }
div.DivClassName
{
background-color: #BB9ABF;
}
.BgClassName
{
background-color: #BB9ABF;
}
</style>
border-color css
<style>
span { border-color: #BB9ABF; }
span { border-color: rgb(187,154,191); }
td.TdClassName
{
border-color: #BB9ABF;
}
.TagClassName
{
border-color: #BB9ABF;
}
</style>