Shades of Lola #B89BBA
Tints of Lola #B89BBA
RGB
CMYK
RGB Variations
Color information
#B89BBA (or 0xB89BBA) is known color: Lola. HEX triplet: B8, 9B and BA. RGB value is (184,155,186). Sum of RGB (Red+Green+Blue) = 184+155+186=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #B89BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BBA is #476445. Grayscale: #A7A7A7. Windows color (decimal): -4678726 or 12229560. OLE color: 12229560.
HSL color Cylindrical-coordinate representation of color #B89BBA: hue angle of 296.13º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B89BBA is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 155 | 186 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.27 |
| HSL | 296.13º | 0.18% | 0.67% | - |
| HSV(B) | 296.13º | 0.17% | 0.73% | - |
| XYZ | 40.35 | 37.18 | 51.5 | - |
| YUV | 167.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 186 | 0.01 | 0.17 | 0 | 0.27 | 296.13 | 0.18 | 0.67 |
| Hex | B8 | 9B | BA | 1 | 11 | 0 | 1B | 128 | 12 | 43 |
| Octal | 270 | 233 | 272 | 1 | 21 | 0 | 33 | 450 | 22 | 103 |
| Binary | 10111000 | 10011011 | 10111010 | 1 | 10001 | 0 | 11011 | 100101000 | 10010 | 1000011 |
Color Harmonies of #B89BBA
Complementary color
Monochromatic Colors of #B89BBA
Black with #B89BBA
Text Example
Text Example
White with #B89BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89BBA; }
p { color: rgb(184,155,186); }
H1.HeaderClassName
{
color: #B89BBA;
}
.AnyTagClassName
{
color: #B89BBA;
}
</style>
background-color css
<style>
a { background-color: #B89BBA; }
a { background-color: rgb(184,155,186); }
div.DivClassName
{
background-color: #B89BBA;
}
.BgClassName
{
background-color: #B89BBA;
}
</style>
border-color css
<style>
span { border-color: #B89BBA; }
span { border-color: rgb(184,155,186); }
td.TdClassName
{
border-color: #B89BBA;
}
.TagClassName
{
border-color: #B89BBA;
}
</style>