Shades of Lola #B59CB8
Tints of Lola #B59CB8
RGB
CMYK
RGB Variations
Color information
#B59CB8 (or 0xB59CB8) is known color: Lola. HEX triplet: B5, 9C and B8. RGB value is (181,156,184). Sum of RGB (Red+Green+Blue) = 181+156+184=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 184 - color contains mainly: blue. Hex color #B59CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CB8 is #4A6347. Grayscale: #A6A6A6. Windows color (decimal): -4875080 or 12098741. OLE color: 12098741.
HSL color Cylindrical-coordinate representation of color #B59CB8: hue angle of 293.57º 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 #B59CB8 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 156 | 184 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.28 |
| HSL | 293.57º | 0.16% | 0.67% | - |
| HSV(B) | 293.57º | 0.15% | 0.72% | - |
| XYZ | 39.6 | 37.06 | 50.41 | - |
| YUV | 166.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 184 | 0.02 | 0.15 | 0 | 0.28 | 293.57 | 0.16 | 0.67 |
| Hex | B5 | 9C | B8 | 2 | F | 0 | 1C | 126 | 10 | 43 |
| Octal | 265 | 234 | 270 | 2 | 17 | 0 | 34 | 446 | 20 | 103 |
| Binary | 10110101 | 10011100 | 10111000 | 10 | 1111 | 0 | 11100 | 100100110 | 10000 | 1000011 |
Color Harmonies of #B59CB8
Complementary color
Monochromatic Colors of #B59CB8
Black with #B59CB8
Text Example
Text Example
White with #B59CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59CB8; }
p { color: rgb(181,156,184); }
H1.HeaderClassName
{
color: #B59CB8;
}
.AnyTagClassName
{
color: #B59CB8;
}
</style>
background-color css
<style>
a { background-color: #B59CB8; }
a { background-color: rgb(181,156,184); }
div.DivClassName
{
background-color: #B59CB8;
}
.BgClassName
{
background-color: #B59CB8;
}
</style>
border-color css
<style>
span { border-color: #B59CB8; }
span { border-color: rgb(181,156,184); }
td.TdClassName
{
border-color: #B59CB8;
}
.TagClassName
{
border-color: #B59CB8;
}
</style>