Shades of Lola #B8A0BF
Tints of Lola #B8A0BF
RGB
CMYK
RGB Variations
Color information
#B8A0BF (or 0xB8A0BF) is known color: Lola. HEX triplet: B8, A0 and BF. RGB value is (184,160,191). Sum of RGB (Red+Green+Blue) = 184+160+191=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #B8A0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A0BF is #475F40. Grayscale: #AAAAAA. Windows color (decimal): -4677441 or 12558520. OLE color: 12558520.
HSL color Cylindrical-coordinate representation of color #B8A0BF: hue angle of 286.45º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8A0BF is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 160 | 191 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.25 |
| HSL | 286.45º | 0.19% | 0.69% | - |
| HSV(B) | 286.45º | 0.16% | 0.75% | - |
| XYZ | 41.74 | 39.09 | 54.64 | - |
| YUV | 170.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 191 | 0.04 | 0.16 | 0 | 0.25 | 286.45 | 0.19 | 0.69 |
| Hex | B8 | A0 | BF | 4 | 10 | 0 | 19 | 11E | 13 | 45 |
| Octal | 270 | 240 | 277 | 4 | 20 | 0 | 31 | 436 | 23 | 105 |
| Binary | 10111000 | 10100000 | 10111111 | 100 | 10000 | 0 | 11001 | 100011110 | 10011 | 1000101 |
Color Harmonies of #B8A0BF
Complementary color
Monochromatic Colors of #B8A0BF
Black with #B8A0BF
Text Example
Text Example
White with #B8A0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A0BF; }
p { color: rgb(184,160,191); }
H1.HeaderClassName
{
color: #B8A0BF;
}
.AnyTagClassName
{
color: #B8A0BF;
}
</style>
background-color css
<style>
a { background-color: #B8A0BF; }
a { background-color: rgb(184,160,191); }
div.DivClassName
{
background-color: #B8A0BF;
}
.BgClassName
{
background-color: #B8A0BF;
}
</style>
border-color css
<style>
span { border-color: #B8A0BF; }
span { border-color: rgb(184,160,191); }
td.TdClassName
{
border-color: #B8A0BF;
}
.TagClassName
{
border-color: #B8A0BF;
}
</style>