Shades of Lola #B99DBB
Tints of Lola #B99DBB
RGB
CMYK
RGB Variations
Color information
#B99DBB (or 0xB99DBB) is known color: Lola. HEX triplet: B9, 9D and BB. RGB value is (185,157,187). Sum of RGB (Red+Green+Blue) = 185+157+187=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 187 - color contains mainly: blue. Hex color #B99DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DBB is #466244. Grayscale: #A8A8A8. Windows color (decimal): -4612677 or 12295609. OLE color: 12295609.
HSL color Cylindrical-coordinate representation of color #B99DBB: hue angle of 296º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B99DBB is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 187 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.27 |
| HSL | 296º | 0.18% | 0.67% | - |
| HSV(B) | 296º | 0.16% | 0.73% | - |
| XYZ | 41.03 | 38.02 | 52.19 | - |
| YUV | 168.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 187 | 0.01 | 0.16 | 0 | 0.27 | 296 | 0.18 | 0.67 |
| Hex | B9 | 9D | BB | 1 | 10 | 0 | 1B | 128 | 12 | 43 |
| Octal | 271 | 235 | 273 | 1 | 20 | 0 | 33 | 450 | 22 | 103 |
| Binary | 10111001 | 10011101 | 10111011 | 1 | 10000 | 0 | 11011 | 100101000 | 10010 | 1000011 |
Color Harmonies of #B99DBB
Complementary color
Monochromatic Colors of #B99DBB
Black with #B99DBB
Text Example
Text Example
White with #B99DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DBB; }
p { color: rgb(185,157,187); }
H1.HeaderClassName
{
color: #B99DBB;
}
.AnyTagClassName
{
color: #B99DBB;
}
</style>
background-color css
<style>
a { background-color: #B99DBB; }
a { background-color: rgb(185,157,187); }
div.DivClassName
{
background-color: #B99DBB;
}
.BgClassName
{
background-color: #B99DBB;
}
</style>
border-color css
<style>
span { border-color: #B99DBB; }
span { border-color: rgb(185,157,187); }
td.TdClassName
{
border-color: #B99DBB;
}
.TagClassName
{
border-color: #B99DBB;
}
</style>