Shades of Lola #B99EBB
Tints of Lola #B99EBB
RGB
CMYK
RGB Variations
Color information
#B99EBB (or 0xB99EBB) is known color: Lola. HEX triplet: B9, 9E and BB. RGB value is (185,158,187). Sum of RGB (Red+Green+Blue) = 185+158+187=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #B99EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EBB is #466144. Grayscale: #A9A9A9. Windows color (decimal): -4612421 or 12295865. OLE color: 12295865.
HSL color Cylindrical-coordinate representation of color #B99EBB: hue angle of 295.86º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B99EBB is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 158 | 187 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.27 |
| HSL | 295.86º | 0.18% | 0.68% | - |
| HSV(B) | 295.86º | 0.16% | 0.73% | - |
| XYZ | 41.2 | 38.36 | 52.25 | - |
| YUV | 169.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 187 | 0.01 | 0.16 | 0 | 0.27 | 295.86 | 0.18 | 0.68 |
| Hex | B9 | 9E | BB | 1 | 10 | 0 | 1B | 128 | 12 | 44 |
| Octal | 271 | 236 | 273 | 1 | 20 | 0 | 33 | 450 | 22 | 104 |
| Binary | 10111001 | 10011110 | 10111011 | 1 | 10000 | 0 | 11011 | 100101000 | 10010 | 1000100 |
Color Harmonies of #B99EBB
Complementary color
Monochromatic Colors of #B99EBB
Black with #B99EBB
Text Example
Text Example
White with #B99EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99EBB; }
p { color: rgb(185,158,187); }
H1.HeaderClassName
{
color: #B99EBB;
}
.AnyTagClassName
{
color: #B99EBB;
}
</style>
background-color css
<style>
a { background-color: #B99EBB; }
a { background-color: rgb(185,158,187); }
div.DivClassName
{
background-color: #B99EBB;
}
.BgClassName
{
background-color: #B99EBB;
}
</style>
border-color css
<style>
span { border-color: #B99EBB; }
span { border-color: rgb(185,158,187); }
td.TdClassName
{
border-color: #B99EBB;
}
.TagClassName
{
border-color: #B99EBB;
}
</style>