Shades of Lola #B89EBB
Tints of Lola #B89EBB
RGB
CMYK
RGB Variations
Color information
#B89EBB (or 0xB89EBB) is known color: Lola. HEX triplet: B8, 9E and BB. RGB value is (184,158,187). Sum of RGB (Red+Green+Blue) = 184+158+187=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 158 (62.11% from 255 or 29.87% 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 #B89EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89EBB is #476144. Grayscale: #A8A8A8. Windows color (decimal): -4677957 or 12295864. OLE color: 12295864.
HSL color Cylindrical-coordinate representation of color #B89EBB: hue angle of 293.79º 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 #B89EBB is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 158 | 187 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.27 |
| HSL | 293.79º | 0.18% | 0.68% | - |
| HSV(B) | 293.79º | 0.16% | 0.73% | - |
| XYZ | 40.96 | 38.23 | 52.23 | - |
| YUV | 169.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 187 | 0.02 | 0.16 | 0 | 0.27 | 293.79 | 0.18 | 0.68 |
| Hex | B8 | 9E | BB | 2 | 10 | 0 | 1B | 126 | 12 | 44 |
| Octal | 270 | 236 | 273 | 2 | 20 | 0 | 33 | 446 | 22 | 104 |
| Binary | 10111000 | 10011110 | 10111011 | 10 | 10000 | 0 | 11011 | 100100110 | 10010 | 1000100 |
Color Harmonies of #B89EBB
Complementary color
Monochromatic Colors of #B89EBB
Black with #B89EBB
Text Example
Text Example
White with #B89EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89EBB; }
p { color: rgb(184,158,187); }
H1.HeaderClassName
{
color: #B89EBB;
}
.AnyTagClassName
{
color: #B89EBB;
}
</style>
background-color css
<style>
a { background-color: #B89EBB; }
a { background-color: rgb(184,158,187); }
div.DivClassName
{
background-color: #B89EBB;
}
.BgClassName
{
background-color: #B89EBB;
}
</style>
border-color css
<style>
span { border-color: #B89EBB; }
span { border-color: rgb(184,158,187); }
td.TdClassName
{
border-color: #B89EBB;
}
.TagClassName
{
border-color: #B89EBB;
}
</style>