Shades of Lola #B895BB
Tints of Lola #B895BB
RGB
CMYK
RGB Variations
Color information
#B895BB (or 0xB895BB) is known color: Lola. HEX triplet: B8, 95 and BB. RGB value is (184,149,187). Sum of RGB (Red+Green+Blue) = 184+149+187=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #B895BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895BB is #476A44. Grayscale: #A3A3A3. Windows color (decimal): -4680261 or 12293560. OLE color: 12293560.
HSL color Cylindrical-coordinate representation of color #B895BB: hue angle of 295.26º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B895BB is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 149 | 187 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.27 |
| HSL | 295.26º | 0.22% | 0.66% | - |
| HSV(B) | 295.26º | 0.2% | 0.73% | - |
| XYZ | 39.48 | 35.27 | 51.74 | - |
| YUV | 163.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 187 | 0.02 | 0.20 | 0 | 0.27 | 295.26 | 0.22 | 0.66 |
| Hex | B8 | 95 | BB | 2 | 14 | 0 | 1B | 127 | 16 | 42 |
| Octal | 270 | 225 | 273 | 2 | 24 | 0 | 33 | 447 | 26 | 102 |
| Binary | 10111000 | 10010101 | 10111011 | 10 | 10100 | 0 | 11011 | 100100111 | 10110 | 1000010 |
Color Harmonies of #B895BB
Complementary color
Monochromatic Colors of #B895BB
Black with #B895BB
Text Example
Text Example
White with #B895BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B895BB; }
p { color: rgb(184,149,187); }
H1.HeaderClassName
{
color: #B895BB;
}
.AnyTagClassName
{
color: #B895BB;
}
</style>
background-color css
<style>
a { background-color: #B895BB; }
a { background-color: rgb(184,149,187); }
div.DivClassName
{
background-color: #B895BB;
}
.BgClassName
{
background-color: #B895BB;
}
</style>
border-color css
<style>
span { border-color: #B895BB; }
span { border-color: rgb(184,149,187); }
td.TdClassName
{
border-color: #B895BB;
}
.TagClassName
{
border-color: #B895BB;
}
</style>