Shades of Lola #B89FBA
Tints of Lola #B89FBA
RGB
CMYK
RGB Variations
Color information
#B89FBA (or 0xB89FBA) is known color: Lola. HEX triplet: B8, 9F and BA. RGB value is (184,159,186). Sum of RGB (Red+Green+Blue) = 184+159+186=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 186 - color contains mainly: blue. Hex color #B89FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FBA is #476045. Grayscale: #A9A9A9. Windows color (decimal): -4677702 or 12230584. OLE color: 12230584.
HSL color Cylindrical-coordinate representation of color #B89FBA: hue angle of 295.56º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B89FBA is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 159 | 186 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.27 |
| HSL | 295.56º | 0.16% | 0.68% | - |
| HSV(B) | 295.56º | 0.15% | 0.73% | - |
| XYZ | 41.03 | 38.53 | 51.73 | - |
| YUV | 169.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 186 | 0.01 | 0.15 | 0 | 0.27 | 295.56 | 0.16 | 0.68 |
| Hex | B8 | 9F | BA | 1 | F | 0 | 1B | 128 | 10 | 44 |
| Octal | 270 | 237 | 272 | 1 | 17 | 0 | 33 | 450 | 20 | 104 |
| Binary | 10111000 | 10011111 | 10111010 | 1 | 1111 | 0 | 11011 | 100101000 | 10000 | 1000100 |
Color Harmonies of #B89FBA
Complementary color
Monochromatic Colors of #B89FBA
Black with #B89FBA
Text Example
Text Example
White with #B89FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FBA; }
p { color: rgb(184,159,186); }
H1.HeaderClassName
{
color: #B89FBA;
}
.AnyTagClassName
{
color: #B89FBA;
}
</style>
background-color css
<style>
a { background-color: #B89FBA; }
a { background-color: rgb(184,159,186); }
div.DivClassName
{
background-color: #B89FBA;
}
.BgClassName
{
background-color: #B89FBA;
}
</style>
border-color css
<style>
span { border-color: #B89FBA; }
span { border-color: rgb(184,159,186); }
td.TdClassName
{
border-color: #B89FBA;
}
.TagClassName
{
border-color: #B89FBA;
}
</style>