Shades of Lola #B598B9
Tints of Lola #B598B9
RGB
CMYK
RGB Variations
Color information
#B598B9 (or 0xB598B9) is known color: Lola. HEX triplet: B5, 98 and B9. RGB value is (181,152,185). Sum of RGB (Red+Green+Blue) = 181+152+185=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 185 - color contains mainly: blue. Hex color #B598B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598B9 is #4A6746. Grayscale: #A4A4A4. Windows color (decimal): -4876103 or 12163253. OLE color: 12163253.
HSL color Cylindrical-coordinate representation of color #B598B9: hue angle of 292.73º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B598B9 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 152 | 185 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.27 |
| HSL | 292.73º | 0.19% | 0.66% | - |
| HSV(B) | 292.73º | 0.18% | 0.73% | - |
| XYZ | 39.04 | 35.78 | 50.75 | - |
| YUV | 164.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 185 | 0.02 | 0.18 | 0 | 0.27 | 292.73 | 0.19 | 0.66 |
| Hex | B5 | 98 | B9 | 2 | 12 | 0 | 1B | 125 | 13 | 42 |
| Octal | 265 | 230 | 271 | 2 | 22 | 0 | 33 | 445 | 23 | 102 |
| Binary | 10110101 | 10011000 | 10111001 | 10 | 10010 | 0 | 11011 | 100100101 | 10011 | 1000010 |
Color Harmonies of #B598B9
Complementary color
Monochromatic Colors of #B598B9
Black with #B598B9
Text Example
Text Example
White with #B598B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598B9; }
p { color: rgb(181,152,185); }
H1.HeaderClassName
{
color: #B598B9;
}
.AnyTagClassName
{
color: #B598B9;
}
</style>
background-color css
<style>
a { background-color: #B598B9; }
a { background-color: rgb(181,152,185); }
div.DivClassName
{
background-color: #B598B9;
}
.BgClassName
{
background-color: #B598B9;
}
</style>
border-color css
<style>
span { border-color: #B598B9; }
span { border-color: rgb(181,152,185); }
td.TdClassName
{
border-color: #B598B9;
}
.TagClassName
{
border-color: #B598B9;
}
</style>