Shades of Lola #B59BBB
Tints of Lola #B59BBB
RGB
CMYK
RGB Variations
Color information
#B59BBB (or 0xB59BBB) is known color: Lola. HEX triplet: B5, 9B and BB. RGB value is (181,155,187). Sum of RGB (Red+Green+Blue) = 181+155+187=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #B59BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BBB is #4A6444. Grayscale: #A6A6A6. Windows color (decimal): -4875333 or 12295093. OLE color: 12295093.
HSL color Cylindrical-coordinate representation of color #B59BBB: hue angle of 288.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B59BBB is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 155 | 187 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.27 |
| HSL | 288.75º | 0.19% | 0.67% | - |
| HSV(B) | 288.75º | 0.17% | 0.73% | - |
| XYZ | 39.75 | 36.85 | 52.03 | - |
| YUV | 166.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 155 | 187 | 0.03 | 0.17 | 0 | 0.27 | 288.75 | 0.19 | 0.67 |
| Hex | B5 | 9B | BB | 3 | 11 | 0 | 1B | 121 | 13 | 43 |
| Octal | 265 | 233 | 273 | 3 | 21 | 0 | 33 | 441 | 23 | 103 |
| Binary | 10110101 | 10011011 | 10111011 | 11 | 10001 | 0 | 11011 | 100100001 | 10011 | 1000011 |
Color Harmonies of #B59BBB
Complementary color
Monochromatic Colors of #B59BBB
Black with #B59BBB
Text Example
Text Example
White with #B59BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59BBB; }
p { color: rgb(181,155,187); }
H1.HeaderClassName
{
color: #B59BBB;
}
.AnyTagClassName
{
color: #B59BBB;
}
</style>
background-color css
<style>
a { background-color: #B59BBB; }
a { background-color: rgb(181,155,187); }
div.DivClassName
{
background-color: #B59BBB;
}
.BgClassName
{
background-color: #B59BBB;
}
</style>
border-color css
<style>
span { border-color: #B59BBB; }
span { border-color: rgb(181,155,187); }
td.TdClassName
{
border-color: #B59BBB;
}
.TagClassName
{
border-color: #B59BBB;
}
</style>