Shades of Lola #B8A3BB
Tints of Lola #B8A3BB
RGB
CMYK
RGB Variations
Color information
#B8A3BB (or 0xB8A3BB) is known color: Lola. HEX triplet: B8, A3 and BB. RGB value is (184,163,187). Sum of RGB (Red+Green+Blue) = 184+163+187=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8A3BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A3BB is #475C44. Grayscale: #ABABAB. Windows color (decimal): -4676677 or 12297144. OLE color: 12297144.
HSL color Cylindrical-coordinate representation of color #B8A3BB: hue angle of 292.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8A3BB is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 163 | 187 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.27 |
| HSL | 292.5º | 0.15% | 0.69% | - |
| HSV(B) | 292.5º | 0.13% | 0.73% | - |
| XYZ | 41.83 | 39.97 | 52.52 | - |
| YUV | 172.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 163 | 187 | 0.02 | 0.13 | 0 | 0.27 | 292.5 | 0.15 | 0.69 |
| Hex | B8 | A3 | BB | 2 | D | 0 | 1B | 124 | F | 45 |
| Octal | 270 | 243 | 273 | 2 | 15 | 0 | 33 | 444 | 17 | 105 |
| Binary | 10111000 | 10100011 | 10111011 | 10 | 1101 | 0 | 11011 | 100100100 | 1111 | 1000101 |
Color Harmonies of #B8A3BB
Complementary color
Monochromatic Colors of #B8A3BB
Black with #B8A3BB
Text Example
Text Example
White with #B8A3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A3BB; }
p { color: rgb(184,163,187); }
H1.HeaderClassName
{
color: #B8A3BB;
}
.AnyTagClassName
{
color: #B8A3BB;
}
</style>
background-color css
<style>
a { background-color: #B8A3BB; }
a { background-color: rgb(184,163,187); }
div.DivClassName
{
background-color: #B8A3BB;
}
.BgClassName
{
background-color: #B8A3BB;
}
</style>
border-color css
<style>
span { border-color: #B8A3BB; }
span { border-color: rgb(184,163,187); }
td.TdClassName
{
border-color: #B8A3BB;
}
.TagClassName
{
border-color: #B8A3BB;
}
</style>