Shades of Lola #B4A3B7
Tints of Lola #B4A3B7
RGB
CMYK
RGB Variations
Color information
#B4A3B7 (or 0xB4A3B7) is known color: Lola. HEX triplet: B4, A3 and B7. RGB value is (180,163,183). Sum of RGB (Red+Green+Blue) = 180+163+183=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 183 - color contains mainly: blue. Hex color #B4A3B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A3B7 is #4B5C48. Grayscale: #AAAAAA. Windows color (decimal): -4938825 or 12034996. OLE color: 12034996.
HSL color Cylindrical-coordinate representation of color #B4A3B7: hue angle of 291º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4A3B7 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 163 | 183 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.28 |
| HSL | 291º | 0.12% | 0.68% | - |
| HSV(B) | 291º | 0.11% | 0.72% | - |
| XYZ | 40.47 | 39.32 | 50.26 | - |
| YUV | 170.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 183 | 0.02 | 0.11 | 0 | 0.28 | 291 | 0.12 | 0.68 |
| Hex | B4 | A3 | B7 | 2 | B | 0 | 1C | 123 | C | 44 |
| Octal | 264 | 243 | 267 | 2 | 13 | 0 | 34 | 443 | 14 | 104 |
| Binary | 10110100 | 10100011 | 10110111 | 10 | 1011 | 0 | 11100 | 100100011 | 1100 | 1000100 |
Color Harmonies of #B4A3B7
Complementary color
Monochromatic Colors of #B4A3B7
Black with #B4A3B7
Text Example
Text Example
White with #B4A3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A3B7; }
p { color: rgb(180,163,183); }
H1.HeaderClassName
{
color: #B4A3B7;
}
.AnyTagClassName
{
color: #B4A3B7;
}
</style>
background-color css
<style>
a { background-color: #B4A3B7; }
a { background-color: rgb(180,163,183); }
div.DivClassName
{
background-color: #B4A3B7;
}
.BgClassName
{
background-color: #B4A3B7;
}
</style>
border-color css
<style>
span { border-color: #B4A3B7; }
span { border-color: rgb(180,163,183); }
td.TdClassName
{
border-color: #B4A3B7;
}
.TagClassName
{
border-color: #B4A3B7;
}
</style>