Shades of London Hue #B1ACB0
Tints of London Hue #B1ACB0
RGB
CMYK
RGB Variations
Color information
#B1ACB0 (or 0xB1ACB0) is known color: London Hue. HEX triplet: B1, AC and B0. RGB value is (177,172,176). Sum of RGB (Red+Green+Blue) = 177+172+176=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ACB0 is #4E534F. Grayscale: #ADADAD. Windows color (decimal): -5133136 or 11578545. OLE color: 11578545.
HSL color Cylindrical-coordinate representation of color #B1ACB0: hue angle of 312º 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 #B1ACB0 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 172 | 176 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.31 |
| HSL | 312º | 0.03% | 0.68% | - |
| HSV(B) | 312º | 0.03% | 0.69% | - |
| XYZ | 40.72 | 41.99 | 47.03 | - |
| YUV | 173.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 176 | 0 | 0.03 | 0.01 | 0.31 | 312 | 0.03 | 0.68 |
| Hex | B1 | AC | B0 | 0 | 3 | 1 | 1F | 138 | 3 | 44 |
| Octal | 261 | 254 | 260 | 0 | 3 | 1 | 37 | 470 | 3 | 104 |
| Binary | 10110001 | 10101100 | 10110000 | 0 | 11 | 1 | 11111 | 100111000 | 11 | 1000100 |
Color Harmonies of #B1ACB0
Complementary color
Monochromatic Colors of #B1ACB0
Black with #B1ACB0
Text Example
Text Example
White with #B1ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ACB0; }
p { color: rgb(177,172,176); }
H1.HeaderClassName
{
color: #B1ACB0;
}
.AnyTagClassName
{
color: #B1ACB0;
}
</style>
background-color css
<style>
a { background-color: #B1ACB0; }
a { background-color: rgb(177,172,176); }
div.DivClassName
{
background-color: #B1ACB0;
}
.BgClassName
{
background-color: #B1ACB0;
}
</style>
border-color css
<style>
span { border-color: #B1ACB0; }
span { border-color: rgb(177,172,176); }
td.TdClassName
{
border-color: #B1ACB0;
}
.TagClassName
{
border-color: #B1ACB0;
}
</style>