Shades of Lola #B598BC
Tints of Lola #B598BC
RGB
CMYK
RGB Variations
Color information
#B598BC (or 0xB598BC) is known color: Lola. HEX triplet: B5, 98 and BC. RGB value is (181,152,188). Sum of RGB (Red+Green+Blue) = 181+152+188=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #B598BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598BC is #4A6743. Grayscale: #A4A4A4. Windows color (decimal): -4876100 or 12359861. OLE color: 12359861.
HSL color Cylindrical-coordinate representation of color #B598BC: hue angle of 288.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 #B598BC is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 152 | 188 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.26 |
| HSL | 288.33º | 0.21% | 0.67% | - |
| HSV(B) | 288.33º | 0.19% | 0.74% | - |
| XYZ | 39.36 | 35.91 | 52.43 | - |
| YUV | 164.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 188 | 0.04 | 0.19 | 0 | 0.26 | 288.33 | 0.21 | 0.67 |
| Hex | B5 | 98 | BC | 4 | 13 | 0 | 1A | 120 | 15 | 43 |
| Octal | 265 | 230 | 274 | 4 | 23 | 0 | 32 | 440 | 25 | 103 |
| Binary | 10110101 | 10011000 | 10111100 | 100 | 10011 | 0 | 11010 | 100100000 | 10101 | 1000011 |
Color Harmonies of #B598BC
Complementary color
Monochromatic Colors of #B598BC
Black with #B598BC
Text Example
Text Example
White with #B598BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598BC; }
p { color: rgb(181,152,188); }
H1.HeaderClassName
{
color: #B598BC;
}
.AnyTagClassName
{
color: #B598BC;
}
</style>
background-color css
<style>
a { background-color: #B598BC; }
a { background-color: rgb(181,152,188); }
div.DivClassName
{
background-color: #B598BC;
}
.BgClassName
{
background-color: #B598BC;
}
</style>
border-color css
<style>
span { border-color: #B598BC; }
span { border-color: rgb(181,152,188); }
td.TdClassName
{
border-color: #B598BC;
}
.TagClassName
{
border-color: #B598BC;
}
</style>