Shades of Lola #B89EBA
Tints of Lola #B89EBA
RGB
CMYK
RGB Variations
Color information
#B89EBA (or 0xB89EBA) is known color: Lola. HEX triplet: B8, 9E and BA. RGB value is (184,158,186). Sum of RGB (Red+Green+Blue) = 184+158+186=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #B89EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89EBA is #476145. Grayscale: #A8A8A8. Windows color (decimal): -4677958 or 12230328. OLE color: 12230328.
HSL color Cylindrical-coordinate representation of color #B89EBA: hue angle of 295.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B89EBA is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 158 | 186 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.27 |
| HSL | 295.71º | 0.17% | 0.67% | - |
| HSV(B) | 295.71º | 0.15% | 0.73% | - |
| XYZ | 40.86 | 38.19 | 51.67 | - |
| YUV | 168.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 186 | 0.01 | 0.15 | 0 | 0.27 | 295.71 | 0.17 | 0.67 |
| Hex | B8 | 9E | BA | 1 | F | 0 | 1B | 128 | 11 | 43 |
| Octal | 270 | 236 | 272 | 1 | 17 | 0 | 33 | 450 | 21 | 103 |
| Binary | 10111000 | 10011110 | 10111010 | 1 | 1111 | 0 | 11011 | 100101000 | 10001 | 1000011 |
Color Harmonies of #B89EBA
Complementary color
Monochromatic Colors of #B89EBA
Black with #B89EBA
Text Example
Text Example
White with #B89EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89EBA; }
p { color: rgb(184,158,186); }
H1.HeaderClassName
{
color: #B89EBA;
}
.AnyTagClassName
{
color: #B89EBA;
}
</style>
background-color css
<style>
a { background-color: #B89EBA; }
a { background-color: rgb(184,158,186); }
div.DivClassName
{
background-color: #B89EBA;
}
.BgClassName
{
background-color: #B89EBA;
}
</style>
border-color css
<style>
span { border-color: #B89EBA; }
span { border-color: rgb(184,158,186); }
td.TdClassName
{
border-color: #B89EBA;
}
.TagClassName
{
border-color: #B89EBA;
}
</style>