Shades of Lola #B9A3BD
Tints of Lola #B9A3BD
RGB
CMYK
RGB Variations
Color information
#B9A3BD (or 0xB9A3BD) is known color: Lola. HEX triplet: B9, A3 and BD. RGB value is (185,163,189). Sum of RGB (Red+Green+Blue) = 185+163+189=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #B9A3BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A3BD is #465C42. Grayscale: #ACACAC. Windows color (decimal): -4611139 or 12428217. OLE color: 12428217.
HSL color Cylindrical-coordinate representation of color #B9A3BD: hue angle of 290.77º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9A3BD is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 163 | 189 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.26 |
| HSL | 290.77º | 0.16% | 0.69% | - |
| HSV(B) | 290.77º | 0.14% | 0.74% | - |
| XYZ | 42.29 | 40.18 | 53.67 | - |
| YUV | 172.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 189 | 0.02 | 0.14 | 0 | 0.26 | 290.77 | 0.16 | 0.69 |
| Hex | B9 | A3 | BD | 2 | E | 0 | 1A | 123 | 10 | 45 |
| Octal | 271 | 243 | 275 | 2 | 16 | 0 | 32 | 443 | 20 | 105 |
| Binary | 10111001 | 10100011 | 10111101 | 10 | 1110 | 0 | 11010 | 100100011 | 10000 | 1000101 |
Color Harmonies of #B9A3BD
Complementary color
Monochromatic Colors of #B9A3BD
Black with #B9A3BD
Text Example
Text Example
White with #B9A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A3BD; }
p { color: rgb(185,163,189); }
H1.HeaderClassName
{
color: #B9A3BD;
}
.AnyTagClassName
{
color: #B9A3BD;
}
</style>
background-color css
<style>
a { background-color: #B9A3BD; }
a { background-color: rgb(185,163,189); }
div.DivClassName
{
background-color: #B9A3BD;
}
.BgClassName
{
background-color: #B9A3BD;
}
</style>
border-color css
<style>
span { border-color: #B9A3BD; }
span { border-color: rgb(185,163,189); }
td.TdClassName
{
border-color: #B9A3BD;
}
.TagClassName
{
border-color: #B9A3BD;
}
</style>