Shades of Lola #B89FBC
Tints of Lola #B89FBC
RGB
CMYK
RGB Variations
Color information
#B89FBC (or 0xB89FBC) is known color: Lola. HEX triplet: B8, 9F and BC. RGB value is (184,159,188). Sum of RGB (Red+Green+Blue) = 184+159+188=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #B89FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FBC is #476043. Grayscale: #A9A9A9. Windows color (decimal): -4677700 or 12361656. OLE color: 12361656.
HSL color Cylindrical-coordinate representation of color #B89FBC: hue angle of 291.72º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B89FBC is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 159 | 188 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.26 |
| HSL | 291.72º | 0.18% | 0.68% | - |
| HSV(B) | 291.72º | 0.15% | 0.74% | - |
| XYZ | 41.24 | 38.62 | 52.86 | - |
| YUV | 169.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 188 | 0.02 | 0.15 | 0 | 0.26 | 291.72 | 0.18 | 0.68 |
| Hex | B8 | 9F | BC | 2 | F | 0 | 1A | 124 | 12 | 44 |
| Octal | 270 | 237 | 274 | 2 | 17 | 0 | 32 | 444 | 22 | 104 |
| Binary | 10111000 | 10011111 | 10111100 | 10 | 1111 | 0 | 11010 | 100100100 | 10010 | 1000100 |
Color Harmonies of #B89FBC
Complementary color
Monochromatic Colors of #B89FBC
Black with #B89FBC
Text Example
Text Example
White with #B89FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FBC; }
p { color: rgb(184,159,188); }
H1.HeaderClassName
{
color: #B89FBC;
}
.AnyTagClassName
{
color: #B89FBC;
}
</style>
background-color css
<style>
a { background-color: #B89FBC; }
a { background-color: rgb(184,159,188); }
div.DivClassName
{
background-color: #B89FBC;
}
.BgClassName
{
background-color: #B89FBC;
}
</style>
border-color css
<style>
span { border-color: #B89FBC; }
span { border-color: rgb(184,159,188); }
td.TdClassName
{
border-color: #B89FBC;
}
.TagClassName
{
border-color: #B89FBC;
}
</style>