Shades of Lola #B598B8
Tints of Lola #B598B8
RGB
CMYK
RGB Variations
Color information
#B598B8 (or 0xB598B8) is known color: Lola. HEX triplet: B5, 98 and B8. RGB value is (181,152,184). Sum of RGB (Red+Green+Blue) = 181+152+184=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 184 - color contains mainly: blue. Hex color #B598B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598B8 is #4A6747. Grayscale: #A4A4A4. Windows color (decimal): -4876104 or 12097717. OLE color: 12097717.
HSL color Cylindrical-coordinate representation of color #B598B8: hue angle of 294.38º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B598B8 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 152 | 184 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.28 |
| HSL | 294.38º | 0.18% | 0.66% | - |
| HSV(B) | 294.38º | 0.17% | 0.72% | - |
| XYZ | 38.94 | 35.74 | 50.19 | - |
| YUV | 164.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 184 | 0.02 | 0.17 | 0 | 0.28 | 294.38 | 0.18 | 0.66 |
| Hex | B5 | 98 | B8 | 2 | 11 | 0 | 1C | 126 | 12 | 42 |
| Octal | 265 | 230 | 270 | 2 | 21 | 0 | 34 | 446 | 22 | 102 |
| Binary | 10110101 | 10011000 | 10111000 | 10 | 10001 | 0 | 11100 | 100100110 | 10010 | 1000010 |
Color Harmonies of #B598B8
Complementary color
Monochromatic Colors of #B598B8
Black with #B598B8
Text Example
Text Example
White with #B598B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598B8; }
p { color: rgb(181,152,184); }
H1.HeaderClassName
{
color: #B598B8;
}
.AnyTagClassName
{
color: #B598B8;
}
</style>
background-color css
<style>
a { background-color: #B598B8; }
a { background-color: rgb(181,152,184); }
div.DivClassName
{
background-color: #B598B8;
}
.BgClassName
{
background-color: #B598B8;
}
</style>
border-color css
<style>
span { border-color: #B598B8; }
span { border-color: rgb(181,152,184); }
td.TdClassName
{
border-color: #B598B8;
}
.TagClassName
{
border-color: #B598B8;
}
</style>