Shades of London Hue #B1A1AD
Tints of London Hue #B1A1AD
RGB
CMYK
RGB Variations
Color information
#B1A1AD (or 0xB1A1AD) is known color: London Hue. HEX triplet: B1, A1 and AD. RGB value is (177,161,173). Sum of RGB (Red+Green+Blue) = 177+161+173=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A1AD is #4E5E52. Grayscale: #A7A7A7. Windows color (decimal): -5135955 or 11379121. OLE color: 11379121.
HSL color Cylindrical-coordinate representation of color #B1A1AD: hue angle of 315º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1A1AD is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 161 | 173 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.31 |
| HSL | 315º | 0.09% | 0.66% | - |
| HSV(B) | 315º | 0.09% | 0.69% | - |
| XYZ | 38.42 | 37.85 | 44.82 | - |
| YUV | 167.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 161 | 173 | 0 | 0.09 | 0.02 | 0.31 | 315 | 0.09 | 0.66 |
| Hex | B1 | A1 | AD | 0 | 9 | 2 | 1F | 13B | 9 | 42 |
| Octal | 261 | 241 | 255 | 0 | 11 | 2 | 37 | 473 | 11 | 102 |
| Binary | 10110001 | 10100001 | 10101101 | 0 | 1001 | 10 | 11111 | 100111011 | 1001 | 1000010 |
Color Harmonies of #B1A1AD
Complementary color
Monochromatic Colors of #B1A1AD
Black with #B1A1AD
Text Example
Text Example
White with #B1A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A1AD; }
p { color: rgb(177,161,173); }
H1.HeaderClassName
{
color: #B1A1AD;
}
.AnyTagClassName
{
color: #B1A1AD;
}
</style>
background-color css
<style>
a { background-color: #B1A1AD; }
a { background-color: rgb(177,161,173); }
div.DivClassName
{
background-color: #B1A1AD;
}
.BgClassName
{
background-color: #B1A1AD;
}
</style>
border-color css
<style>
span { border-color: #B1A1AD; }
span { border-color: rgb(177,161,173); }
td.TdClassName
{
border-color: #B1A1AD;
}
.TagClassName
{
border-color: #B1A1AD;
}
</style>