Shades of Lola #B9A6BC
Tints of Lola #B9A6BC
RGB
CMYK
RGB Variations
Color information
#B9A6BC (or 0xB9A6BC) is known color: Lola. HEX triplet: B9, A6 and BC. RGB value is (185,166,188). Sum of RGB (Red+Green+Blue) = 185+166+188=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: blue. Hex color #B9A6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A6BC is #465943. Grayscale: #AEAEAE. Windows color (decimal): -4610372 or 12363449. OLE color: 12363449.
HSL color Cylindrical-coordinate representation of color #B9A6BC: hue angle of 291.82º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9A6BC is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 166 | 188 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.26 |
| HSL | 291.82º | 0.14% | 0.69% | - |
| HSV(B) | 291.82º | 0.12% | 0.74% | - |
| XYZ | 42.72 | 41.22 | 53.28 | - |
| YUV | 174.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 188 | 0.02 | 0.12 | 0 | 0.26 | 291.82 | 0.14 | 0.69 |
| Hex | B9 | A6 | BC | 2 | C | 0 | 1A | 124 | E | 45 |
| Octal | 271 | 246 | 274 | 2 | 14 | 0 | 32 | 444 | 16 | 105 |
| Binary | 10111001 | 10100110 | 10111100 | 10 | 1100 | 0 | 11010 | 100100100 | 1110 | 1000101 |
Color Harmonies of #B9A6BC
Complementary color
Monochromatic Colors of #B9A6BC
Black with #B9A6BC
Text Example
Text Example
White with #B9A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A6BC; }
p { color: rgb(185,166,188); }
H1.HeaderClassName
{
color: #B9A6BC;
}
.AnyTagClassName
{
color: #B9A6BC;
}
</style>
background-color css
<style>
a { background-color: #B9A6BC; }
a { background-color: rgb(185,166,188); }
div.DivClassName
{
background-color: #B9A6BC;
}
.BgClassName
{
background-color: #B9A6BC;
}
</style>
border-color css
<style>
span { border-color: #B9A6BC; }
span { border-color: rgb(185,166,188); }
td.TdClassName
{
border-color: #B9A6BC;
}
.TagClassName
{
border-color: #B9A6BC;
}
</style>