Shades of Lola #B89FB8
Tints of Lola #B89FB8
RGB
CMYK
RGB Variations
Color information
#B89FB8 (or 0xB89FB8) is known color: Lola. HEX triplet: B8, 9F and B8. RGB value is (184,159,184). Sum of RGB (Red+Green+Blue) = 184+159+184=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B89FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FB8 is #476047. Grayscale: #A9A9A9. Windows color (decimal): -4677704 or 12099512. OLE color: 12099512.
HSL color Cylindrical-coordinate representation of color #B89FB8: hue angle of 300º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B89FB8 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 184 | - |
| CMYK | 0 | 0.14 | 0 | 0.28 |
| HSL | 300º | 0.15% | 0.67% | - |
| HSV(B) | 300º | 0.14% | 0.72% | - |
| XYZ | 40.82 | 38.45 | 50.62 | - |
| YUV | 169.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 184 | 0 | 0.14 | 0 | 0.28 | 300 | 0.15 | 0.67 |
| Hex | B8 | 9F | B8 | 0 | E | 0 | 1C | 12C | F | 43 |
| Octal | 270 | 237 | 270 | 0 | 16 | 0 | 34 | 454 | 17 | 103 |
| Binary | 10111000 | 10011111 | 10111000 | 0 | 1110 | 0 | 11100 | 100101100 | 1111 | 1000011 |
Color Harmonies of #B89FB8
Complementary color
Monochromatic Colors of #B89FB8
Black with #B89FB8
Text Example
Text Example
White with #B89FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FB8; }
p { color: rgb(184,159,184); }
H1.HeaderClassName
{
color: #B89FB8;
}
.AnyTagClassName
{
color: #B89FB8;
}
</style>
background-color css
<style>
a { background-color: #B89FB8; }
a { background-color: rgb(184,159,184); }
div.DivClassName
{
background-color: #B89FB8;
}
.BgClassName
{
background-color: #B89FB8;
}
</style>
border-color css
<style>
span { border-color: #B89FB8; }
span { border-color: rgb(184,159,184); }
td.TdClassName
{
border-color: #B89FB8;
}
.TagClassName
{
border-color: #B89FB8;
}
</style>