Shades of Lola #B2A2B4
Tints of Lola #B2A2B4
RGB
CMYK
RGB Variations
Color information
#B2A2B4 (or 0xB2A2B4) is known color: Lola. HEX triplet: B2, A2 and B4. RGB value is (178,162,180). Sum of RGB (Red+Green+Blue) = 178+162+180=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 180 - color contains mainly: blue. Hex color #B2A2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A2B4 is #4D5D4B. Grayscale: #A8A8A8. Windows color (decimal): -5070156 or 11838130. OLE color: 11838130.
HSL color Cylindrical-coordinate representation of color #B2A2B4: hue angle of 293.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2A2B4 is Cyan = 0.01, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 162 | 180 | - |
| CMYK | 0.01 | 0.1 | 0 | 0.29 |
| HSL | 293.33º | 0.11% | 0.67% | - |
| HSV(B) | 293.33º | 0.1% | 0.71% | - |
| XYZ | 39.52 | 38.6 | 48.55 | - |
| YUV | 168.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 180 | 0.01 | 0.1 | 0 | 0.29 | 293.33 | 0.11 | 0.67 |
| Hex | B2 | A2 | B4 | 1 | A | 0 | 1D | 125 | B | 43 |
| Octal | 262 | 242 | 264 | 1 | 12 | 0 | 35 | 445 | 13 | 103 |
| Binary | 10110010 | 10100010 | 10110100 | 1 | 1010 | 0 | 11101 | 100100101 | 1011 | 1000011 |
Color Harmonies of #B2A2B4
Complementary color
Monochromatic Colors of #B2A2B4
Black with #B2A2B4
Text Example
Text Example
White with #B2A2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A2B4; }
p { color: rgb(178,162,180); }
H1.HeaderClassName
{
color: #B2A2B4;
}
.AnyTagClassName
{
color: #B2A2B4;
}
</style>
background-color css
<style>
a { background-color: #B2A2B4; }
a { background-color: rgb(178,162,180); }
div.DivClassName
{
background-color: #B2A2B4;
}
.BgClassName
{
background-color: #B2A2B4;
}
</style>
border-color css
<style>
span { border-color: #B2A2B4; }
span { border-color: rgb(178,162,180); }
td.TdClassName
{
border-color: #B2A2B4;
}
.TagClassName
{
border-color: #B2A2B4;
}
</style>