Shades of Lola #B9AEBC
Tints of Lola #B9AEBC
RGB
CMYK
RGB Variations
Color information
#B9AEBC (or 0xB9AEBC) is known color: Lola. HEX triplet: B9, AE and BC. RGB value is (185,174,188). Sum of RGB (Red+Green+Blue) = 185+174+188=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 188 - color contains mainly: blue. Hex color #B9AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEBC is #465143. Grayscale: #B2B2B2. Windows color (decimal): -4608324 or 12365497. OLE color: 12365497.
HSL color Cylindrical-coordinate representation of color #B9AEBC: hue angle of 287.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9AEBC is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 174 | 188 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.26 |
| HSL | 287.14º | 0.09% | 0.71% | - |
| HSV(B) | 287.14º | 0.07% | 0.74% | - |
| XYZ | 44.22 | 44.22 | 53.78 | - |
| YUV | 178.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 174 | 188 | 0.02 | 0.07 | 0 | 0.26 | 287.14 | 0.09 | 0.71 |
| Hex | B9 | AE | BC | 2 | 7 | 0 | 1A | 11F | 9 | 47 |
| Octal | 271 | 256 | 274 | 2 | 7 | 0 | 32 | 437 | 11 | 107 |
| Binary | 10111001 | 10101110 | 10111100 | 10 | 111 | 0 | 11010 | 100011111 | 1001 | 1000111 |
Color Harmonies of #B9AEBC
Complementary color
Monochromatic Colors of #B9AEBC
Black with #B9AEBC
Text Example
Text Example
White with #B9AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AEBC; }
p { color: rgb(185,174,188); }
H1.HeaderClassName
{
color: #B9AEBC;
}
.AnyTagClassName
{
color: #B9AEBC;
}
</style>
background-color css
<style>
a { background-color: #B9AEBC; }
a { background-color: rgb(185,174,188); }
div.DivClassName
{
background-color: #B9AEBC;
}
.BgClassName
{
background-color: #B9AEBC;
}
</style>
border-color css
<style>
span { border-color: #B9AEBC; }
span { border-color: rgb(185,174,188); }
td.TdClassName
{
border-color: #B9AEBC;
}
.TagClassName
{
border-color: #B9AEBC;
}
</style>