Shades of Lola #B59DB8
Tints of Lola #B59DB8
RGB
CMYK
RGB Variations
Color information
#B59DB8 (or 0xB59DB8) is known color: Lola. HEX triplet: B5, 9D and B8. RGB value is (181,157,184). Sum of RGB (Red+Green+Blue) = 181+157+184=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 184 - color contains mainly: blue. Hex color #B59DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DB8 is #4A6247. Grayscale: #A7A7A7. Windows color (decimal): -4874824 or 12098997. OLE color: 12098997.
HSL color Cylindrical-coordinate representation of color #B59DB8: hue angle of 293.33º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B59DB8 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 157 | 184 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.28 |
| HSL | 293.33º | 0.16% | 0.67% | - |
| HSV(B) | 293.33º | 0.15% | 0.72% | - |
| XYZ | 39.76 | 37.4 | 50.47 | - |
| YUV | 167.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 184 | 0.02 | 0.15 | 0 | 0.28 | 293.33 | 0.16 | 0.67 |
| Hex | B5 | 9D | B8 | 2 | F | 0 | 1C | 125 | 10 | 43 |
| Octal | 265 | 235 | 270 | 2 | 17 | 0 | 34 | 445 | 20 | 103 |
| Binary | 10110101 | 10011101 | 10111000 | 10 | 1111 | 0 | 11100 | 100100101 | 10000 | 1000011 |
Color Harmonies of #B59DB8
Complementary color
Monochromatic Colors of #B59DB8
Black with #B59DB8
Text Example
Text Example
White with #B59DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59DB8; }
p { color: rgb(181,157,184); }
H1.HeaderClassName
{
color: #B59DB8;
}
.AnyTagClassName
{
color: #B59DB8;
}
</style>
background-color css
<style>
a { background-color: #B59DB8; }
a { background-color: rgb(181,157,184); }
div.DivClassName
{
background-color: #B59DB8;
}
.BgClassName
{
background-color: #B59DB8;
}
</style>
border-color css
<style>
span { border-color: #B59DB8; }
span { border-color: rgb(181,157,184); }
td.TdClassName
{
border-color: #B59DB8;
}
.TagClassName
{
border-color: #B59DB8;
}
</style>