Shades of Lola #B2ACB2
Tints of Lola #B2ACB2
RGB
CMYK
RGB Variations
Color information
#B2ACB2 (or 0xB2ACB2) is known color: Lola. HEX triplet: B2, AC and B2. RGB value is (178,172,178). Sum of RGB (Red+Green+Blue) = 178+172+178=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B2ACB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ACB2 is #4D534D. Grayscale: #AEAEAE. Windows color (decimal): -5067598 or 11709618. OLE color: 11709618.
HSL color Cylindrical-coordinate representation of color #B2ACB2: hue angle of 300º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B2ACB2 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 172 | 178 | - |
CMYK | 0 | 0.03 | 0 | 0.30 |
HSL | 300º | 0.04% | 0.69% | - |
HSV(B) | 300º | 0.03% | 0.7% | - |
XYZ | 41.15 | 42.18 | 48.09 | - |
YUV | 174.48 | 129.99 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 172 | 178 | 0 | 0.03 | 0 | 0.30 | 300 | 0.04 | 0.69 |
Hex | B2 | AC | B2 | 0 | 3 | 0 | 1E | 12C | 4 | 45 |
Octal | 262 | 254 | 262 | 0 | 3 | 0 | 36 | 454 | 4 | 105 |
Binary | 10110010 | 10101100 | 10110010 | 0 | 11 | 0 | 11110 | 100101100 | 100 | 1000101 |
Color Harmonies of #B2ACB2
Complementary color
Monochromatic Colors of #B2ACB2
Black with #B2ACB2
Text Example
Text Example
White with #B2ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACB2; }
p { color: rgb(178,172,178); }
H1.HeaderClassName
{
color: #B2ACB2;
}
.AnyTagClassName
{
color: #B2ACB2;
}
</style>
background-color css
<style>
a { background-color: #B2ACB2; }
a { background-color: rgb(178,172,178); }
div.DivClassName
{
background-color: #B2ACB2;
}
.BgClassName
{
background-color: #B2ACB2;
}
</style>
border-color css
<style>
span { border-color: #B2ACB2; }
span { border-color: rgb(178,172,178); }
td.TdClassName
{
border-color: #B2ACB2;
}
.TagClassName
{
border-color: #B2ACB2;
}
</style>