Shades of Lola #B8A8BB
Tints of Lola #B8A8BB
RGB
CMYK
RGB Variations
Color information
#B8A8BB (or 0xB8A8BB) is known color: Lola. HEX triplet: B8, A8 and BB. RGB value is (184,168,187). Sum of RGB (Red+Green+Blue) = 184+168+187=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8A8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A8BB is #475744. Grayscale: #AEAEAE. Windows color (decimal): -4675397 or 12298424. OLE color: 12298424.
HSL color Cylindrical-coordinate representation of color #B8A8BB: hue angle of 290.53º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8A8BB is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 168 | 187 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.27 |
| HSL | 290.53º | 0.12% | 0.7% | - |
| HSV(B) | 290.53º | 0.1% | 0.73% | - |
| XYZ | 42.74 | 41.78 | 52.83 | - |
| YUV | 174.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 187 | 0.02 | 0.10 | 0 | 0.27 | 290.53 | 0.12 | 0.7 |
| Hex | B8 | A8 | BB | 2 | A | 0 | 1B | 123 | C | 46 |
| Octal | 270 | 250 | 273 | 2 | 12 | 0 | 33 | 443 | 14 | 106 |
| Binary | 10111000 | 10101000 | 10111011 | 10 | 1010 | 0 | 11011 | 100100011 | 1100 | 1000110 |
Color Harmonies of #B8A8BB
Complementary color
Monochromatic Colors of #B8A8BB
Black with #B8A8BB
Text Example
Text Example
White with #B8A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A8BB; }
p { color: rgb(184,168,187); }
H1.HeaderClassName
{
color: #B8A8BB;
}
.AnyTagClassName
{
color: #B8A8BB;
}
</style>
background-color css
<style>
a { background-color: #B8A8BB; }
a { background-color: rgb(184,168,187); }
div.DivClassName
{
background-color: #B8A8BB;
}
.BgClassName
{
background-color: #B8A8BB;
}
</style>
border-color css
<style>
span { border-color: #B8A8BB; }
span { border-color: rgb(184,168,187); }
td.TdClassName
{
border-color: #B8A8BB;
}
.TagClassName
{
border-color: #B8A8BB;
}
</style>