Shades of Lola #BB99BE
Tints of Lola #BB99BE
RGB
CMYK
RGB Variations
Color information
#BB99BE (or 0xBB99BE) is known color: Lola. HEX triplet: BB, 99 and BE. RGB value is (187,153,190). Sum of RGB (Red+Green+Blue) = 187+153+190=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB99BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99BE is #446641. Grayscale: #A7A7A7. Windows color (decimal): -4482626 or 12491195. OLE color: 12491195.
HSL color Cylindrical-coordinate representation of color #BB99BE: hue angle of 295.14º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB99BE is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 153 | 190 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.25 |
| HSL | 295.14º | 0.22% | 0.67% | - |
| HSV(B) | 295.14º | 0.19% | 0.75% | - |
| XYZ | 41.18 | 37.06 | 53.7 | - |
| YUV | 167.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 190 | 0.02 | 0.19 | 0 | 0.25 | 295.14 | 0.22 | 0.67 |
| Hex | BB | 99 | BE | 2 | 13 | 0 | 19 | 127 | 16 | 43 |
| Octal | 273 | 231 | 276 | 2 | 23 | 0 | 31 | 447 | 26 | 103 |
| Binary | 10111011 | 10011001 | 10111110 | 10 | 10011 | 0 | 11001 | 100100111 | 10110 | 1000011 |
Color Harmonies of #BB99BE
Complementary color
Monochromatic Colors of #BB99BE
Black with #BB99BE
Text Example
Text Example
White with #BB99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99BE; }
p { color: rgb(187,153,190); }
H1.HeaderClassName
{
color: #BB99BE;
}
.AnyTagClassName
{
color: #BB99BE;
}
</style>
background-color css
<style>
a { background-color: #BB99BE; }
a { background-color: rgb(187,153,190); }
div.DivClassName
{
background-color: #BB99BE;
}
.BgClassName
{
background-color: #BB99BE;
}
</style>
border-color css
<style>
span { border-color: #BB99BE; }
span { border-color: rgb(187,153,190); }
td.TdClassName
{
border-color: #BB99BE;
}
.TagClassName
{
border-color: #BB99BE;
}
</style>