Shades of Lola #B898BF
Tints of Lola #B898BF
RGB
CMYK
RGB Variations
Color information
#B898BF (or 0xB898BF) is known color: Lola. HEX triplet: B8, 98 and BF. RGB value is (184,152,191). Sum of RGB (Red+Green+Blue) = 184+152+191=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #B898BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898BF is #476740. Grayscale: #A5A5A5. Windows color (decimal): -4679489 or 12556472. OLE color: 12556472.
HSL color Cylindrical-coordinate representation of color #B898BF: hue angle of 289.23º 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 #B898BF is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 152 | 191 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.25 |
| HSL | 289.23º | 0.23% | 0.67% | - |
| HSV(B) | 289.23º | 0.2% | 0.75% | - |
| XYZ | 40.4 | 36.41 | 54.19 | - |
| YUV | 166.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 191 | 0.04 | 0.20 | 0 | 0.25 | 289.23 | 0.23 | 0.67 |
| Hex | B8 | 98 | BF | 4 | 14 | 0 | 19 | 121 | 17 | 43 |
| Octal | 270 | 230 | 277 | 4 | 24 | 0 | 31 | 441 | 27 | 103 |
| Binary | 10111000 | 10011000 | 10111111 | 100 | 10100 | 0 | 11001 | 100100001 | 10111 | 1000011 |
Color Harmonies of #B898BF
Complementary color
Monochromatic Colors of #B898BF
Black with #B898BF
Text Example
Text Example
White with #B898BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B898BF; }
p { color: rgb(184,152,191); }
H1.HeaderClassName
{
color: #B898BF;
}
.AnyTagClassName
{
color: #B898BF;
}
</style>
background-color css
<style>
a { background-color: #B898BF; }
a { background-color: rgb(184,152,191); }
div.DivClassName
{
background-color: #B898BF;
}
.BgClassName
{
background-color: #B898BF;
}
</style>
border-color css
<style>
span { border-color: #B898BF; }
span { border-color: rgb(184,152,191); }
td.TdClassName
{
border-color: #B898BF;
}
.TagClassName
{
border-color: #B898BF;
}
</style>