Shades of Lola #B29DB4
Tints of Lola #B29DB4
RGB
CMYK
RGB Variations
Color information
#B29DB4 (or 0xB29DB4) is known color: Lola. HEX triplet: B2, 9D and B4. RGB value is (178,157,180). Sum of RGB (Red+Green+Blue) = 178+157+180=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #B29DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DB4 is #4D624B. Grayscale: #A5A5A5. Windows color (decimal): -5071436 or 11836850. OLE color: 11836850.
HSL color Cylindrical-coordinate representation of color #B29DB4: hue angle of 294.78º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B29DB4 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 157 | 180 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.29 |
| HSL | 294.78º | 0.13% | 0.66% | - |
| HSV(B) | 294.78º | 0.13% | 0.71% | - |
| XYZ | 38.66 | 36.87 | 48.26 | - |
| YUV | 165.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 180 | 0.01 | 0.13 | 0 | 0.29 | 294.78 | 0.13 | 0.66 |
| Hex | B2 | 9D | B4 | 1 | D | 0 | 1D | 127 | D | 42 |
| Octal | 262 | 235 | 264 | 1 | 15 | 0 | 35 | 447 | 15 | 102 |
| Binary | 10110010 | 10011101 | 10110100 | 1 | 1101 | 0 | 11101 | 100100111 | 1101 | 1000010 |
Color Harmonies of #B29DB4
Complementary color
Monochromatic Colors of #B29DB4
Black with #B29DB4
Text Example
Text Example
White with #B29DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29DB4; }
p { color: rgb(178,157,180); }
H1.HeaderClassName
{
color: #B29DB4;
}
.AnyTagClassName
{
color: #B29DB4;
}
</style>
background-color css
<style>
a { background-color: #B29DB4; }
a { background-color: rgb(178,157,180); }
div.DivClassName
{
background-color: #B29DB4;
}
.BgClassName
{
background-color: #B29DB4;
}
</style>
border-color css
<style>
span { border-color: #B29DB4; }
span { border-color: rgb(178,157,180); }
td.TdClassName
{
border-color: #B29DB4;
}
.TagClassName
{
border-color: #B29DB4;
}
</style>