Shades of Lola #B2A0B3
Tints of Lola #B2A0B3
RGB
CMYK
RGB Variations
Color information
#B2A0B3 (or 0xB2A0B3) is known color: Lola. HEX triplet: B2, A0 and B3. RGB value is (178,160,179). Sum of RGB (Red+Green+Blue) = 178+160+179=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 179 - color contains mainly: blue. Hex color #B2A0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A0B3 is #4D5F4C. Grayscale: #A7A7A7. Windows color (decimal): -5070669 or 11772082. OLE color: 11772082.
HSL color Cylindrical-coordinate representation of color #B2A0B3: hue angle of 296.84º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2A0B3 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 179 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.30 |
| HSL | 296.84º | 0.11% | 0.66% | - |
| HSV(B) | 296.84º | 0.11% | 0.7% | - |
| XYZ | 39.07 | 37.86 | 47.9 | - |
| YUV | 167.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 179 | 0.01 | 0.11 | 0 | 0.30 | 296.84 | 0.11 | 0.66 |
| Hex | B2 | A0 | B3 | 1 | B | 0 | 1E | 129 | B | 42 |
| Octal | 262 | 240 | 263 | 1 | 13 | 0 | 36 | 451 | 13 | 102 |
| Binary | 10110010 | 10100000 | 10110011 | 1 | 1011 | 0 | 11110 | 100101001 | 1011 | 1000010 |
Color Harmonies of #B2A0B3
Complementary color
Monochromatic Colors of #B2A0B3
Black with #B2A0B3
Text Example
Text Example
White with #B2A0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A0B3; }
p { color: rgb(178,160,179); }
H1.HeaderClassName
{
color: #B2A0B3;
}
.AnyTagClassName
{
color: #B2A0B3;
}
</style>
background-color css
<style>
a { background-color: #B2A0B3; }
a { background-color: rgb(178,160,179); }
div.DivClassName
{
background-color: #B2A0B3;
}
.BgClassName
{
background-color: #B2A0B3;
}
</style>
border-color css
<style>
span { border-color: #B2A0B3; }
span { border-color: rgb(178,160,179); }
td.TdClassName
{
border-color: #B2A0B3;
}
.TagClassName
{
border-color: #B2A0B3;
}
</style>