Shades of Lola #B1ACB1
Tints of Lola #B1ACB1
RGB
CMYK
RGB Variations
Color information
#B1ACB1 (or 0xB1ACB1) is known color: Lola. HEX triplet: B1, AC and B1. RGB value is (177,172,177). Sum of RGB (Red+Green+Blue) = 177+172+177=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B1ACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ACB1 is #4E534E. Grayscale: #AEAEAE. Windows color (decimal): -5133135 or 11644081. OLE color: 11644081.
HSL color Cylindrical-coordinate representation of color #B1ACB1: hue angle of 300º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B1ACB1 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 177 | 172 | 177 | - |
CMYK | 0 | 0.03 | 0 | 0.31 |
HSL | 300º | 0.03% | 0.68% | - |
HSV(B) | 300º | 0.03% | 0.69% | - |
XYZ | 40.82 | 42.03 | 47.56 | - |
YUV | 174.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 172 | 177 | 0 | 0.03 | 0 | 0.31 | 300 | 0.03 | 0.68 |
Hex | B1 | AC | B1 | 0 | 3 | 0 | 1F | 12C | 3 | 44 |
Octal | 261 | 254 | 261 | 0 | 3 | 0 | 37 | 454 | 3 | 104 |
Binary | 10110001 | 10101100 | 10110001 | 0 | 11 | 0 | 11111 | 100101100 | 11 | 1000100 |
Color Harmonies of #B1ACB1
Complementary color
Monochromatic Colors of #B1ACB1
Black with #B1ACB1
Text Example
Text Example
White with #B1ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ACB1; }
p { color: rgb(177,172,177); }
H1.HeaderClassName
{
color: #B1ACB1;
}
.AnyTagClassName
{
color: #B1ACB1;
}
</style>
background-color css
<style>
a { background-color: #B1ACB1; }
a { background-color: rgb(177,172,177); }
div.DivClassName
{
background-color: #B1ACB1;
}
.BgClassName
{
background-color: #B1ACB1;
}
</style>
border-color css
<style>
span { border-color: #B1ACB1; }
span { border-color: rgb(177,172,177); }
td.TdClassName
{
border-color: #B1ACB1;
}
.TagClassName
{
border-color: #B1ACB1;
}
</style>