Shades of Lola #B99BBC
Tints of Lola #B99BBC
RGB
CMYK
RGB Variations
Color information
#B99BBC (or 0xB99BBC) is known color: Lola. HEX triplet: B9, 9B and BC. RGB value is (185,155,188). Sum of RGB (Red+Green+Blue) = 185+155+188=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #B99BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BBC is #466443. Grayscale: #A7A7A7. Windows color (decimal): -4613188 or 12360633. OLE color: 12360633.
HSL color Cylindrical-coordinate representation of color #B99BBC: hue angle of 294.55º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B99BBC is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 155 | 188 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.26 |
| HSL | 294.55º | 0.2% | 0.67% | - |
| HSV(B) | 294.55º | 0.18% | 0.74% | - |
| XYZ | 40.81 | 37.39 | 52.64 | - |
| YUV | 167.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 188 | 0.02 | 0.18 | 0 | 0.26 | 294.55 | 0.2 | 0.67 |
| Hex | B9 | 9B | BC | 2 | 12 | 0 | 1A | 127 | 14 | 43 |
| Octal | 271 | 233 | 274 | 2 | 22 | 0 | 32 | 447 | 24 | 103 |
| Binary | 10111001 | 10011011 | 10111100 | 10 | 10010 | 0 | 11010 | 100100111 | 10100 | 1000011 |
Color Harmonies of #B99BBC
Complementary color
Monochromatic Colors of #B99BBC
Black with #B99BBC
Text Example
Text Example
White with #B99BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99BBC; }
p { color: rgb(185,155,188); }
H1.HeaderClassName
{
color: #B99BBC;
}
.AnyTagClassName
{
color: #B99BBC;
}
</style>
background-color css
<style>
a { background-color: #B99BBC; }
a { background-color: rgb(185,155,188); }
div.DivClassName
{
background-color: #B99BBC;
}
.BgClassName
{
background-color: #B99BBC;
}
</style>
border-color css
<style>
span { border-color: #B99BBC; }
span { border-color: rgb(185,155,188); }
td.TdClassName
{
border-color: #B99BBC;
}
.TagClassName
{
border-color: #B99BBC;
}
</style>