Shades of Lola #B895BD
Tints of Lola #B895BD
RGB
CMYK
RGB Variations
Color information
#B895BD (or 0xB895BD) is known color: Lola. HEX triplet: B8, 95 and BD. RGB value is (184,149,189). Sum of RGB (Red+Green+Blue) = 184+149+189=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #B895BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895BD is #476A42. Grayscale: #A3A3A3. Windows color (decimal): -4680259 or 12424632. OLE color: 12424632.
HSL color Cylindrical-coordinate representation of color #B895BD: hue angle of 292.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B895BD is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 149 | 189 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.26 |
| HSL | 292.5º | 0.23% | 0.66% | - |
| HSV(B) | 292.5º | 0.21% | 0.74% | - |
| XYZ | 39.7 | 35.36 | 52.88 | - |
| YUV | 164.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 189 | 0.03 | 0.21 | 0 | 0.26 | 292.5 | 0.23 | 0.66 |
| Hex | B8 | 95 | BD | 3 | 15 | 0 | 1A | 124 | 17 | 42 |
| Octal | 270 | 225 | 275 | 3 | 25 | 0 | 32 | 444 | 27 | 102 |
| Binary | 10111000 | 10010101 | 10111101 | 11 | 10101 | 0 | 11010 | 100100100 | 10111 | 1000010 |
Color Harmonies of #B895BD
Complementary color
Monochromatic Colors of #B895BD
Black with #B895BD
Text Example
Text Example
White with #B895BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B895BD; }
p { color: rgb(184,149,189); }
H1.HeaderClassName
{
color: #B895BD;
}
.AnyTagClassName
{
color: #B895BD;
}
</style>
background-color css
<style>
a { background-color: #B895BD; }
a { background-color: rgb(184,149,189); }
div.DivClassName
{
background-color: #B895BD;
}
.BgClassName
{
background-color: #B895BD;
}
</style>
border-color css
<style>
span { border-color: #B895BD; }
span { border-color: rgb(184,149,189); }
td.TdClassName
{
border-color: #B895BD;
}
.TagClassName
{
border-color: #B895BD;
}
</style>