Shades of Lola #B8AABB
Tints of Lola #B8AABB
RGB
CMYK
RGB Variations
Color information
#B8AABB (or 0xB8AABB) is known color: Lola. HEX triplet: B8, AA and BB. RGB value is (184,170,187). Sum of RGB (Red+Green+Blue) = 184+170+187=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AABB is #475544. Grayscale: #B0B0B0. Windows color (decimal): -4674885 or 12298936. OLE color: 12298936.
HSL color Cylindrical-coordinate representation of color #B8AABB: hue angle of 289.41º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8AABB is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 170 | 187 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.27 |
| HSL | 289.41º | 0.11% | 0.7% | - |
| HSV(B) | 289.41º | 0.09% | 0.73% | - |
| XYZ | 43.11 | 42.53 | 52.95 | - |
| YUV | 176.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 187 | 0.02 | 0.09 | 0 | 0.27 | 289.41 | 0.11 | 0.7 |
| Hex | B8 | AA | BB | 2 | 9 | 0 | 1B | 121 | B | 46 |
| Octal | 270 | 252 | 273 | 2 | 11 | 0 | 33 | 441 | 13 | 106 |
| Binary | 10111000 | 10101010 | 10111011 | 10 | 1001 | 0 | 11011 | 100100001 | 1011 | 1000110 |
Color Harmonies of #B8AABB
Complementary color
Monochromatic Colors of #B8AABB
Black with #B8AABB
Text Example
Text Example
White with #B8AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AABB; }
p { color: rgb(184,170,187); }
H1.HeaderClassName
{
color: #B8AABB;
}
.AnyTagClassName
{
color: #B8AABB;
}
</style>
background-color css
<style>
a { background-color: #B8AABB; }
a { background-color: rgb(184,170,187); }
div.DivClassName
{
background-color: #B8AABB;
}
.BgClassName
{
background-color: #B8AABB;
}
</style>
border-color css
<style>
span { border-color: #B8AABB; }
span { border-color: rgb(184,170,187); }
td.TdClassName
{
border-color: #B8AABB;
}
.TagClassName
{
border-color: #B8AABB;
}
</style>