Shades of Lola #B49EB6
Tints of Lola #B49EB6
RGB
CMYK
RGB Variations
Color information
#B49EB6 (or 0xB49EB6) is known color: Lola. HEX triplet: B4, 9E and B6. RGB value is (180,158,182). Sum of RGB (Red+Green+Blue) = 180+158+182=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 182 - color contains mainly: blue. Hex color #B49EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EB6 is #4B6149. Grayscale: #A7A7A7. Windows color (decimal): -4940106 or 11968180. OLE color: 11968180.
HSL color Cylindrical-coordinate representation of color #B49EB6: hue angle of 295º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B49EB6 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 158 | 182 | - |
CMYK | 0.01 | 0.13 | 0 | 0.29 |
HSL | 295º | 0.14% | 0.67% | - |
HSV(B) | 295º | 0.13% | 0.71% | - |
XYZ | 39.49 | 37.53 | 49.42 | - |
YUV | 167.31 | 136.29 | 137.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 158 | 182 | 0.01 | 0.13 | 0 | 0.29 | 295 | 0.14 | 0.67 |
Hex | B4 | 9E | B6 | 1 | D | 0 | 1D | 127 | E | 43 |
Octal | 264 | 236 | 266 | 1 | 15 | 0 | 35 | 447 | 16 | 103 |
Binary | 10110100 | 10011110 | 10110110 | 1 | 1101 | 0 | 11101 | 100100111 | 1110 | 1000011 |
Color Harmonies of #B49EB6
Complementary color
Monochromatic Colors of #B49EB6
Black with #B49EB6
Text Example
Text Example
White with #B49EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49EB6; }
p { color: rgb(180,158,182); }
H1.HeaderClassName
{
color: #B49EB6;
}
.AnyTagClassName
{
color: #B49EB6;
}
</style>
background-color css
<style>
a { background-color: #B49EB6; }
a { background-color: rgb(180,158,182); }
div.DivClassName
{
background-color: #B49EB6;
}
.BgClassName
{
background-color: #B49EB6;
}
</style>
border-color css
<style>
span { border-color: #B49EB6; }
span { border-color: rgb(180,158,182); }
td.TdClassName
{
border-color: #B49EB6;
}
.TagClassName
{
border-color: #B49EB6;
}
</style>