Shades of Lola #B7AAB9
Tints of Lola #B7AAB9
RGB
CMYK
RGB Variations
Color information
#B7AAB9 (or 0xB7AAB9) is known color: Lola. HEX triplet: B7, AA and B9. RGB value is (183,170,185). Sum of RGB (Red+Green+Blue) = 183+170+185=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 185 - color contains mainly: blue. Hex color #B7AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AAB9 is #485546. Grayscale: #AFAFAF. Windows color (decimal): -4740423 or 12167863. OLE color: 12167863.
HSL color Cylindrical-coordinate representation of color #B7AAB9: hue angle of 292º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7AAB9 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 170 | 185 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.27 |
| HSL | 292º | 0.1% | 0.7% | - |
| HSV(B) | 292º | 0.08% | 0.73% | - |
| XYZ | 42.66 | 42.32 | 51.82 | - |
| YUV | 175.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 185 | 0.01 | 0.08 | 0 | 0.27 | 292 | 0.1 | 0.7 |
| Hex | B7 | AA | B9 | 1 | 8 | 0 | 1B | 124 | A | 46 |
| Octal | 267 | 252 | 271 | 1 | 10 | 0 | 33 | 444 | 12 | 106 |
| Binary | 10110111 | 10101010 | 10111001 | 1 | 1000 | 0 | 11011 | 100100100 | 1010 | 1000110 |
Color Harmonies of #B7AAB9
Complementary color
Monochromatic Colors of #B7AAB9
Black with #B7AAB9
Text Example
Text Example
White with #B7AAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AAB9; }
p { color: rgb(183,170,185); }
H1.HeaderClassName
{
color: #B7AAB9;
}
.AnyTagClassName
{
color: #B7AAB9;
}
</style>
background-color css
<style>
a { background-color: #B7AAB9; }
a { background-color: rgb(183,170,185); }
div.DivClassName
{
background-color: #B7AAB9;
}
.BgClassName
{
background-color: #B7AAB9;
}
</style>
border-color css
<style>
span { border-color: #B7AAB9; }
span { border-color: rgb(183,170,185); }
td.TdClassName
{
border-color: #B7AAB9;
}
.TagClassName
{
border-color: #B7AAB9;
}
</style>