Shades of Lola #B598BB
Tints of Lola #B598BB
RGB
CMYK
RGB Variations
Color information
#B598BB (or 0xB598BB) is known color: Lola. HEX triplet: B5, 98 and BB. RGB value is (181,152,187). Sum of RGB (Red+Green+Blue) = 181+152+187=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #B598BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598BB is #4A6744. Grayscale: #A4A4A4. Windows color (decimal): -4876101 or 12294325. OLE color: 12294325.
HSL color Cylindrical-coordinate representation of color #B598BB: hue angle of 289.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B598BB is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 152 | 187 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.27 |
| HSL | 289.71º | 0.2% | 0.66% | - |
| HSV(B) | 289.71º | 0.19% | 0.73% | - |
| XYZ | 39.25 | 35.87 | 51.87 | - |
| YUV | 164.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 187 | 0.03 | 0.19 | 0 | 0.27 | 289.71 | 0.2 | 0.66 |
| Hex | B5 | 98 | BB | 3 | 13 | 0 | 1B | 122 | 14 | 42 |
| Octal | 265 | 230 | 273 | 3 | 23 | 0 | 33 | 442 | 24 | 102 |
| Binary | 10110101 | 10011000 | 10111011 | 11 | 10011 | 0 | 11011 | 100100010 | 10100 | 1000010 |
Color Harmonies of #B598BB
Complementary color
Monochromatic Colors of #B598BB
Black with #B598BB
Text Example
Text Example
White with #B598BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598BB; }
p { color: rgb(181,152,187); }
H1.HeaderClassName
{
color: #B598BB;
}
.AnyTagClassName
{
color: #B598BB;
}
</style>
background-color css
<style>
a { background-color: #B598BB; }
a { background-color: rgb(181,152,187); }
div.DivClassName
{
background-color: #B598BB;
}
.BgClassName
{
background-color: #B598BB;
}
</style>
border-color css
<style>
span { border-color: #B598BB; }
span { border-color: rgb(181,152,187); }
td.TdClassName
{
border-color: #B598BB;
}
.TagClassName
{
border-color: #B598BB;
}
</style>