Shades of Lola #B897BC
Tints of Lola #B897BC
RGB
CMYK
RGB Variations
Color information
#B897BC (or 0xB897BC) is known color: Lola. HEX triplet: B8, 97 and BC. RGB value is (184,151,188). Sum of RGB (Red+Green+Blue) = 184+151+188=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #B897BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B897BC is #476843. Grayscale: #A4A4A4. Windows color (decimal): -4679748 or 12359608. OLE color: 12359608.
HSL color Cylindrical-coordinate representation of color #B897BC: hue angle of 293.51º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B897BC is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 151 | 188 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.26 |
| HSL | 293.51º | 0.22% | 0.66% | - |
| HSV(B) | 293.51º | 0.2% | 0.74% | - |
| XYZ | 39.91 | 35.95 | 52.41 | - |
| YUV | 165.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 188 | 0.02 | 0.20 | 0 | 0.26 | 293.51 | 0.22 | 0.66 |
| Hex | B8 | 97 | BC | 2 | 14 | 0 | 1A | 126 | 16 | 42 |
| Octal | 270 | 227 | 274 | 2 | 24 | 0 | 32 | 446 | 26 | 102 |
| Binary | 10111000 | 10010111 | 10111100 | 10 | 10100 | 0 | 11010 | 100100110 | 10110 | 1000010 |
Color Harmonies of #B897BC
Complementary color
Monochromatic Colors of #B897BC
Black with #B897BC
Text Example
Text Example
White with #B897BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B897BC; }
p { color: rgb(184,151,188); }
H1.HeaderClassName
{
color: #B897BC;
}
.AnyTagClassName
{
color: #B897BC;
}
</style>
background-color css
<style>
a { background-color: #B897BC; }
a { background-color: rgb(184,151,188); }
div.DivClassName
{
background-color: #B897BC;
}
.BgClassName
{
background-color: #B897BC;
}
</style>
border-color css
<style>
span { border-color: #B897BC; }
span { border-color: rgb(184,151,188); }
td.TdClassName
{
border-color: #B897BC;
}
.TagClassName
{
border-color: #B897BC;
}
</style>