Shades of Lola #B7A4BA
Tints of Lola #B7A4BA
RGB
CMYK
RGB Variations
Color information
#B7A4BA (or 0xB7A4BA) is known color: Lola. HEX triplet: B7, A4 and BA. RGB value is (183,164,186). Sum of RGB (Red+Green+Blue) = 183+164+186=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: blue. Hex color #B7A4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A4BA is #485B45. Grayscale: #ACACAC. Windows color (decimal): -4741958 or 12231863. OLE color: 12231863.
HSL color Cylindrical-coordinate representation of color #B7A4BA: hue angle of 291.82º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7A4BA is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 164 | 186 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.27 |
| HSL | 291.82º | 0.14% | 0.69% | - |
| HSV(B) | 291.82º | 0.12% | 0.73% | - |
| XYZ | 41.67 | 40.16 | 52.01 | - |
| YUV | 172.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 186 | 0.02 | 0.12 | 0 | 0.27 | 291.82 | 0.14 | 0.69 |
| Hex | B7 | A4 | BA | 2 | C | 0 | 1B | 124 | E | 45 |
| Octal | 267 | 244 | 272 | 2 | 14 | 0 | 33 | 444 | 16 | 105 |
| Binary | 10110111 | 10100100 | 10111010 | 10 | 1100 | 0 | 11011 | 100100100 | 1110 | 1000101 |
Color Harmonies of #B7A4BA
Complementary color
Monochromatic Colors of #B7A4BA
Black with #B7A4BA
Text Example
Text Example
White with #B7A4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A4BA; }
p { color: rgb(183,164,186); }
H1.HeaderClassName
{
color: #B7A4BA;
}
.AnyTagClassName
{
color: #B7A4BA;
}
</style>
background-color css
<style>
a { background-color: #B7A4BA; }
a { background-color: rgb(183,164,186); }
div.DivClassName
{
background-color: #B7A4BA;
}
.BgClassName
{
background-color: #B7A4BA;
}
</style>
border-color css
<style>
span { border-color: #B7A4BA; }
span { border-color: rgb(183,164,186); }
td.TdClassName
{
border-color: #B7A4BA;
}
.TagClassName
{
border-color: #B7A4BA;
}
</style>