Shades of Lola #B19AB4
Tints of Lola #B19AB4
RGB
CMYK
RGB Variations
Color information
#B19AB4 (or 0xB19AB4) is known color: Lola. HEX triplet: B1, 9A and B4. RGB value is (177,154,180). Sum of RGB (Red+Green+Blue) = 177+154+180=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 180 - color contains mainly: blue. Hex color #B19AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19AB4 is #4E654B. Grayscale: #A3A3A3. Windows color (decimal): -5137740 or 11836081. OLE color: 11836081.
HSL color Cylindrical-coordinate representation of color #B19AB4: hue angle of 293.08º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B19AB4 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 154 | 180 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.29 |
| HSL | 293.08º | 0.15% | 0.65% | - |
| HSV(B) | 293.08º | 0.14% | 0.71% | - |
| XYZ | 37.93 | 35.75 | 48.08 | - |
| YUV | 163.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 180 | 0.02 | 0.14 | 0 | 0.29 | 293.08 | 0.15 | 0.65 |
| Hex | B1 | 9A | B4 | 2 | E | 0 | 1D | 125 | F | 41 |
| Octal | 261 | 232 | 264 | 2 | 16 | 0 | 35 | 445 | 17 | 101 |
| Binary | 10110001 | 10011010 | 10110100 | 10 | 1110 | 0 | 11101 | 100100101 | 1111 | 1000001 |
Color Harmonies of #B19AB4
Complementary color
Monochromatic Colors of #B19AB4
Black with #B19AB4
Text Example
Text Example
White with #B19AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19AB4; }
p { color: rgb(177,154,180); }
H1.HeaderClassName
{
color: #B19AB4;
}
.AnyTagClassName
{
color: #B19AB4;
}
</style>
background-color css
<style>
a { background-color: #B19AB4; }
a { background-color: rgb(177,154,180); }
div.DivClassName
{
background-color: #B19AB4;
}
.BgClassName
{
background-color: #B19AB4;
}
</style>
border-color css
<style>
span { border-color: #B19AB4; }
span { border-color: rgb(177,154,180); }
td.TdClassName
{
border-color: #B19AB4;
}
.TagClassName
{
border-color: #B19AB4;
}
</style>