Shades of Lola #B19DB3
Tints of Lola #B19DB3
RGB
CMYK
RGB Variations
Color information
#B19DB3 (or 0xB19DB3) is known color: Lola. HEX triplet: B1, 9D and B3. RGB value is (177,157,179). Sum of RGB (Red+Green+Blue) = 177+157+179=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 179 - color contains mainly: blue. Hex color #B19DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DB3 is #4E624C. Grayscale: #A5A5A5. Windows color (decimal): -5136973 or 11771313. OLE color: 11771313.
HSL color Cylindrical-coordinate representation of color #B19DB3: hue angle of 294.55º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B19DB3 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 157 | 179 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.30 |
| HSL | 294.55º | 0.13% | 0.66% | - |
| HSV(B) | 294.55º | 0.12% | 0.7% | - |
| XYZ | 38.33 | 36.72 | 47.71 | - |
| YUV | 165.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 179 | 0.01 | 0.12 | 0 | 0.30 | 294.55 | 0.13 | 0.66 |
| Hex | B1 | 9D | B3 | 1 | C | 0 | 1E | 127 | D | 42 |
| Octal | 261 | 235 | 263 | 1 | 14 | 0 | 36 | 447 | 15 | 102 |
| Binary | 10110001 | 10011101 | 10110011 | 1 | 1100 | 0 | 11110 | 100100111 | 1101 | 1000010 |
Color Harmonies of #B19DB3
Complementary color
Monochromatic Colors of #B19DB3
Black with #B19DB3
Text Example
Text Example
White with #B19DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19DB3; }
p { color: rgb(177,157,179); }
H1.HeaderClassName
{
color: #B19DB3;
}
.AnyTagClassName
{
color: #B19DB3;
}
</style>
background-color css
<style>
a { background-color: #B19DB3; }
a { background-color: rgb(177,157,179); }
div.DivClassName
{
background-color: #B19DB3;
}
.BgClassName
{
background-color: #B19DB3;
}
</style>
border-color css
<style>
span { border-color: #B19DB3; }
span { border-color: rgb(177,157,179); }
td.TdClassName
{
border-color: #B19DB3;
}
.TagClassName
{
border-color: #B19DB3;
}
</style>