Shades of Lola #B6A5BA
Tints of Lola #B6A5BA
RGB
CMYK
RGB Variations
Color information
#B6A5BA (or 0xB6A5BA) is known color: Lola. HEX triplet: B6, A5 and BA. RGB value is (182,165,186). Sum of RGB (Red+Green+Blue) = 182+165+186=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 165 (64.84% from 255 or 30.96% 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 #B6A5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A5BA is #495A45. Grayscale: #ACACAC. Windows color (decimal): -4807238 or 12232118. OLE color: 12232118.
HSL color Cylindrical-coordinate representation of color #B6A5BA: hue angle of 288.57º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6A5BA is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 165 | 186 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.27 |
| HSL | 288.57º | 0.13% | 0.69% | - |
| HSV(B) | 288.57º | 0.11% | 0.73% | - |
| XYZ | 41.61 | 40.4 | 52.06 | - |
| YUV | 172.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 165 | 186 | 0.02 | 0.11 | 0 | 0.27 | 288.57 | 0.13 | 0.69 |
| Hex | B6 | A5 | BA | 2 | B | 0 | 1B | 121 | D | 45 |
| Octal | 266 | 245 | 272 | 2 | 13 | 0 | 33 | 441 | 15 | 105 |
| Binary | 10110110 | 10100101 | 10111010 | 10 | 1011 | 0 | 11011 | 100100001 | 1101 | 1000101 |
Color Harmonies of #B6A5BA
Complementary color
Monochromatic Colors of #B6A5BA
Black with #B6A5BA
Text Example
Text Example
White with #B6A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A5BA; }
p { color: rgb(182,165,186); }
H1.HeaderClassName
{
color: #B6A5BA;
}
.AnyTagClassName
{
color: #B6A5BA;
}
</style>
background-color css
<style>
a { background-color: #B6A5BA; }
a { background-color: rgb(182,165,186); }
div.DivClassName
{
background-color: #B6A5BA;
}
.BgClassName
{
background-color: #B6A5BA;
}
</style>
border-color css
<style>
span { border-color: #B6A5BA; }
span { border-color: rgb(182,165,186); }
td.TdClassName
{
border-color: #B6A5BA;
}
.TagClassName
{
border-color: #B6A5BA;
}
</style>