Shades of Lola #BB9FBC
Tints of Lola #BB9FBC
RGB
CMYK
RGB Variations
Color information
#BB9FBC (or 0xBB9FBC) is known color: Lola. HEX triplet: BB, 9F and BC. RGB value is (187,159,188). Sum of RGB (Red+Green+Blue) = 187+159+188=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB9FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FBC is #446043. Grayscale: #AAAAAA. Windows color (decimal): -4481092 or 12361659. OLE color: 12361659.
HSL color Cylindrical-coordinate representation of color #BB9FBC: hue angle of 297.93º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BB9FBC is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 159 | 188 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.26 |
| HSL | 297.93º | 0.18% | 0.68% | - |
| HSV(B) | 297.93º | 0.15% | 0.74% | - |
| XYZ | 41.97 | 38.99 | 52.89 | - |
| YUV | 170.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 188 | 0.01 | 0.15 | 0 | 0.26 | 297.93 | 0.18 | 0.68 |
| Hex | BB | 9F | BC | 1 | F | 0 | 1A | 12A | 12 | 44 |
| Octal | 273 | 237 | 274 | 1 | 17 | 0 | 32 | 452 | 22 | 104 |
| Binary | 10111011 | 10011111 | 10111100 | 1 | 1111 | 0 | 11010 | 100101010 | 10010 | 1000100 |
Color Harmonies of #BB9FBC
Complementary color
Monochromatic Colors of #BB9FBC
Black with #BB9FBC
Text Example
Text Example
White with #BB9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FBC; }
p { color: rgb(187,159,188); }
H1.HeaderClassName
{
color: #BB9FBC;
}
.AnyTagClassName
{
color: #BB9FBC;
}
</style>
background-color css
<style>
a { background-color: #BB9FBC; }
a { background-color: rgb(187,159,188); }
div.DivClassName
{
background-color: #BB9FBC;
}
.BgClassName
{
background-color: #BB9FBC;
}
</style>
border-color css
<style>
span { border-color: #BB9FBC; }
span { border-color: rgb(187,159,188); }
td.TdClassName
{
border-color: #BB9FBC;
}
.TagClassName
{
border-color: #BB9FBC;
}
</style>