Shades of Lola #B8A2BB
Tints of Lola #B8A2BB
RGB
CMYK
RGB Variations
Color information
#B8A2BB (or 0xB8A2BB) is known color: Lola. HEX triplet: B8, A2 and BB. RGB value is (184,162,187). Sum of RGB (Red+Green+Blue) = 184+162+187=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8A2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A2BB is #475D44. Grayscale: #ABABAB. Windows color (decimal): -4676933 or 12296888. OLE color: 12296888.
HSL color Cylindrical-coordinate representation of color #B8A2BB: hue angle of 292.8º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8A2BB is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 162 | 187 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.27 |
| HSL | 292.8º | 0.16% | 0.68% | - |
| HSV(B) | 292.8º | 0.13% | 0.73% | - |
| XYZ | 41.66 | 39.62 | 52.47 | - |
| YUV | 171.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 162 | 187 | 0.02 | 0.13 | 0 | 0.27 | 292.8 | 0.16 | 0.68 |
| Hex | B8 | A2 | BB | 2 | D | 0 | 1B | 125 | 10 | 44 |
| Octal | 270 | 242 | 273 | 2 | 15 | 0 | 33 | 445 | 20 | 104 |
| Binary | 10111000 | 10100010 | 10111011 | 10 | 1101 | 0 | 11011 | 100100101 | 10000 | 1000100 |
Color Harmonies of #B8A2BB
Complementary color
Monochromatic Colors of #B8A2BB
Black with #B8A2BB
Text Example
Text Example
White with #B8A2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A2BB; }
p { color: rgb(184,162,187); }
H1.HeaderClassName
{
color: #B8A2BB;
}
.AnyTagClassName
{
color: #B8A2BB;
}
</style>
background-color css
<style>
a { background-color: #B8A2BB; }
a { background-color: rgb(184,162,187); }
div.DivClassName
{
background-color: #B8A2BB;
}
.BgClassName
{
background-color: #B8A2BB;
}
</style>
border-color css
<style>
span { border-color: #B8A2BB; }
span { border-color: rgb(184,162,187); }
td.TdClassName
{
border-color: #B8A2BB;
}
.TagClassName
{
border-color: #B8A2BB;
}
</style>