Shades of Lola #B9AEBB
Tints of Lola #B9AEBB
RGB
CMYK
RGB Variations
Color information
#B9AEBB (or 0xB9AEBB) is known color: Lola. HEX triplet: B9, AE and BB. RGB value is (185,174,187). Sum of RGB (Red+Green+Blue) = 185+174+187=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 187 - color contains mainly: blue. Hex color #B9AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEBB is #465144. Grayscale: #B2B2B2. Windows color (decimal): -4608325 or 12299961. OLE color: 12299961.
HSL color Cylindrical-coordinate representation of color #B9AEBB: hue angle of 290.77º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9AEBB is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 174 | 187 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.27 |
| HSL | 290.77º | 0.09% | 0.71% | - |
| HSV(B) | 290.77º | 0.07% | 0.73% | - |
| XYZ | 44.11 | 44.17 | 53.22 | - |
| YUV | 178.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 174 | 187 | 0.01 | 0.07 | 0 | 0.27 | 290.77 | 0.09 | 0.71 |
| Hex | B9 | AE | BB | 1 | 7 | 0 | 1B | 123 | 9 | 47 |
| Octal | 271 | 256 | 273 | 1 | 7 | 0 | 33 | 443 | 11 | 107 |
| Binary | 10111001 | 10101110 | 10111011 | 1 | 111 | 0 | 11011 | 100100011 | 1001 | 1000111 |
Color Harmonies of #B9AEBB
Complementary color
Monochromatic Colors of #B9AEBB
Black with #B9AEBB
Text Example
Text Example
White with #B9AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AEBB; }
p { color: rgb(185,174,187); }
H1.HeaderClassName
{
color: #B9AEBB;
}
.AnyTagClassName
{
color: #B9AEBB;
}
</style>
background-color css
<style>
a { background-color: #B9AEBB; }
a { background-color: rgb(185,174,187); }
div.DivClassName
{
background-color: #B9AEBB;
}
.BgClassName
{
background-color: #B9AEBB;
}
</style>
border-color css
<style>
span { border-color: #B9AEBB; }
span { border-color: rgb(185,174,187); }
td.TdClassName
{
border-color: #B9AEBB;
}
.TagClassName
{
border-color: #B9AEBB;
}
</style>