Shades of Lola #B898BC
Tints of Lola #B898BC
RGB
CMYK
RGB Variations
Color information
#B898BC (or 0xB898BC) is known color: Lola. HEX triplet: B8, 98 and BC. RGB value is (184,152,188). Sum of RGB (Red+Green+Blue) = 184+152+188=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #B898BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898BC is #476743. Grayscale: #A5A5A5. Windows color (decimal): -4679492 or 12359864. OLE color: 12359864.
HSL color Cylindrical-coordinate representation of color #B898BC: hue angle of 293.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B898BC is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 152 | 188 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.26 |
| HSL | 293.33º | 0.21% | 0.67% | - |
| HSV(B) | 293.33º | 0.19% | 0.74% | - |
| XYZ | 40.07 | 36.28 | 52.47 | - |
| YUV | 165.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 188 | 0.02 | 0.19 | 0 | 0.26 | 293.33 | 0.21 | 0.67 |
| Hex | B8 | 98 | BC | 2 | 13 | 0 | 1A | 125 | 15 | 43 |
| Octal | 270 | 230 | 274 | 2 | 23 | 0 | 32 | 445 | 25 | 103 |
| Binary | 10111000 | 10011000 | 10111100 | 10 | 10011 | 0 | 11010 | 100100101 | 10101 | 1000011 |
Color Harmonies of #B898BC
Complementary color
Monochromatic Colors of #B898BC
Black with #B898BC
Text Example
Text Example
White with #B898BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B898BC; }
p { color: rgb(184,152,188); }
H1.HeaderClassName
{
color: #B898BC;
}
.AnyTagClassName
{
color: #B898BC;
}
</style>
background-color css
<style>
a { background-color: #B898BC; }
a { background-color: rgb(184,152,188); }
div.DivClassName
{
background-color: #B898BC;
}
.BgClassName
{
background-color: #B898BC;
}
</style>
border-color css
<style>
span { border-color: #B898BC; }
span { border-color: rgb(184,152,188); }
td.TdClassName
{
border-color: #B898BC;
}
.TagClassName
{
border-color: #B898BC;
}
</style>