Shades of Lola #B598BA
Tints of Lola #B598BA
RGB
CMYK
RGB Variations
Color information
#B598BA (or 0xB598BA) is known color: Lola. HEX triplet: B5, 98 and BA. RGB value is (181,152,186). Sum of RGB (Red+Green+Blue) = 181+152+186=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #B598BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598BA is #4A6745. Grayscale: #A4A4A4. Windows color (decimal): -4876102 or 12228789. OLE color: 12228789.
HSL color Cylindrical-coordinate representation of color #B598BA: hue angle of 291.18º degrees, saturation: 0.2, 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 #B598BA is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 152 | 186 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.27 |
| HSL | 291.18º | 0.2% | 0.66% | - |
| HSV(B) | 291.18º | 0.18% | 0.73% | - |
| XYZ | 39.15 | 35.83 | 51.31 | - |
| YUV | 164.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 186 | 0.03 | 0.18 | 0 | 0.27 | 291.18 | 0.2 | 0.66 |
| Hex | B5 | 98 | BA | 3 | 12 | 0 | 1B | 123 | 14 | 42 |
| Octal | 265 | 230 | 272 | 3 | 22 | 0 | 33 | 443 | 24 | 102 |
| Binary | 10110101 | 10011000 | 10111010 | 11 | 10010 | 0 | 11011 | 100100011 | 10100 | 1000010 |
Color Harmonies of #B598BA
Complementary color
Monochromatic Colors of #B598BA
Black with #B598BA
Text Example
Text Example
White with #B598BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598BA; }
p { color: rgb(181,152,186); }
H1.HeaderClassName
{
color: #B598BA;
}
.AnyTagClassName
{
color: #B598BA;
}
</style>
background-color css
<style>
a { background-color: #B598BA; }
a { background-color: rgb(181,152,186); }
div.DivClassName
{
background-color: #B598BA;
}
.BgClassName
{
background-color: #B598BA;
}
</style>
border-color css
<style>
span { border-color: #B598BA; }
span { border-color: rgb(181,152,186); }
td.TdClassName
{
border-color: #B598BA;
}
.TagClassName
{
border-color: #B598BA;
}
</style>