Shades of Lola #B899BF
Tints of Lola #B899BF
RGB
CMYK
RGB Variations
Color information
#B899BF (or 0xB899BF) is known color: Lola. HEX triplet: B8, 99 and BF. RGB value is (184,153,191). Sum of RGB (Red+Green+Blue) = 184+153+191=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #B899BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899BF is #476640. Grayscale: #A6A6A6. Windows color (decimal): -4679233 or 12556728. OLE color: 12556728.
HSL color Cylindrical-coordinate representation of color #B899BF: hue angle of 288.95º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B899BF is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 153 | 191 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.25 |
| HSL | 288.95º | 0.23% | 0.67% | - |
| HSV(B) | 288.95º | 0.2% | 0.75% | - |
| XYZ | 40.56 | 36.73 | 54.24 | - |
| YUV | 166.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 191 | 0.04 | 0.20 | 0 | 0.25 | 288.95 | 0.23 | 0.67 |
| Hex | B8 | 99 | BF | 4 | 14 | 0 | 19 | 121 | 17 | 43 |
| Octal | 270 | 231 | 277 | 4 | 24 | 0 | 31 | 441 | 27 | 103 |
| Binary | 10111000 | 10011001 | 10111111 | 100 | 10100 | 0 | 11001 | 100100001 | 10111 | 1000011 |
Color Harmonies of #B899BF
Complementary color
Monochromatic Colors of #B899BF
Black with #B899BF
Text Example
Text Example
White with #B899BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B899BF; }
p { color: rgb(184,153,191); }
H1.HeaderClassName
{
color: #B899BF;
}
.AnyTagClassName
{
color: #B899BF;
}
</style>
background-color css
<style>
a { background-color: #B899BF; }
a { background-color: rgb(184,153,191); }
div.DivClassName
{
background-color: #B899BF;
}
.BgClassName
{
background-color: #B899BF;
}
</style>
border-color css
<style>
span { border-color: #B899BF; }
span { border-color: rgb(184,153,191); }
td.TdClassName
{
border-color: #B899BF;
}
.TagClassName
{
border-color: #B899BF;
}
</style>