Shades of Lola #B89EBC
Tints of Lola #B89EBC
RGB
CMYK
RGB Variations
Color information
#B89EBC (or 0xB89EBC) is known color: Lola. HEX triplet: B8, 9E and BC. RGB value is (184,158,188). Sum of RGB (Red+Green+Blue) = 184+158+188=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #B89EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89EBC is #476143. Grayscale: #A9A9A9. Windows color (decimal): -4677956 or 12361400. OLE color: 12361400.
HSL color Cylindrical-coordinate representation of color #B89EBC: hue angle of 292º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B89EBC is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 158 | 188 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.26 |
| HSL | 292º | 0.18% | 0.68% | - |
| HSV(B) | 292º | 0.16% | 0.74% | - |
| XYZ | 41.07 | 38.27 | 52.8 | - |
| YUV | 169.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 188 | 0.02 | 0.16 | 0 | 0.26 | 292 | 0.18 | 0.68 |
| Hex | B8 | 9E | BC | 2 | 10 | 0 | 1A | 124 | 12 | 44 |
| Octal | 270 | 236 | 274 | 2 | 20 | 0 | 32 | 444 | 22 | 104 |
| Binary | 10111000 | 10011110 | 10111100 | 10 | 10000 | 0 | 11010 | 100100100 | 10010 | 1000100 |
Color Harmonies of #B89EBC
Complementary color
Monochromatic Colors of #B89EBC
Black with #B89EBC
Text Example
Text Example
White with #B89EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89EBC; }
p { color: rgb(184,158,188); }
H1.HeaderClassName
{
color: #B89EBC;
}
.AnyTagClassName
{
color: #B89EBC;
}
</style>
background-color css
<style>
a { background-color: #B89EBC; }
a { background-color: rgb(184,158,188); }
div.DivClassName
{
background-color: #B89EBC;
}
.BgClassName
{
background-color: #B89EBC;
}
</style>
border-color css
<style>
span { border-color: #B89EBC; }
span { border-color: rgb(184,158,188); }
td.TdClassName
{
border-color: #B89EBC;
}
.TagClassName
{
border-color: #B89EBC;
}
</style>