Shades of Lola #B59DBA
Tints of Lola #B59DBA
RGB
CMYK
RGB Variations
Color information
#B59DBA (or 0xB59DBA) is known color: Lola. HEX triplet: B5, 9D and BA. RGB value is (181,157,186). Sum of RGB (Red+Green+Blue) = 181+157+186=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #B59DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DBA is #4A6245. Grayscale: #A7A7A7. Windows color (decimal): -4874822 or 12230069. OLE color: 12230069.
HSL color Cylindrical-coordinate representation of color #B59DBA: hue angle of 289.66º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B59DBA is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 157 | 186 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.27 |
| HSL | 289.66º | 0.17% | 0.67% | - |
| HSV(B) | 289.66º | 0.16% | 0.73% | - |
| XYZ | 39.98 | 37.48 | 51.58 | - |
| YUV | 167.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 186 | 0.03 | 0.16 | 0 | 0.27 | 289.66 | 0.17 | 0.67 |
| Hex | B5 | 9D | BA | 3 | 10 | 0 | 1B | 122 | 11 | 43 |
| Octal | 265 | 235 | 272 | 3 | 20 | 0 | 33 | 442 | 21 | 103 |
| Binary | 10110101 | 10011101 | 10111010 | 11 | 10000 | 0 | 11011 | 100100010 | 10001 | 1000011 |
Color Harmonies of #B59DBA
Complementary color
Monochromatic Colors of #B59DBA
Black with #B59DBA
Text Example
Text Example
White with #B59DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59DBA; }
p { color: rgb(181,157,186); }
H1.HeaderClassName
{
color: #B59DBA;
}
.AnyTagClassName
{
color: #B59DBA;
}
</style>
background-color css
<style>
a { background-color: #B59DBA; }
a { background-color: rgb(181,157,186); }
div.DivClassName
{
background-color: #B59DBA;
}
.BgClassName
{
background-color: #B59DBA;
}
</style>
border-color css
<style>
span { border-color: #B59DBA; }
span { border-color: rgb(181,157,186); }
td.TdClassName
{
border-color: #B59DBA;
}
.TagClassName
{
border-color: #B59DBA;
}
</style>