Shades of London Hue #B1A3AE
Tints of London Hue #B1A3AE
RGB
CMYK
RGB Variations
Color information
#B1A3AE (or 0xB1A3AE) is known color: London Hue. HEX triplet: B1, A3 and AE. RGB value is (177,163,174). Sum of RGB (Red+Green+Blue) = 177+163+174=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A3AE is #4E5C51. Grayscale: #A8A8A8. Windows color (decimal): -5135442 or 11445169. OLE color: 11445169.
HSL color Cylindrical-coordinate representation of color #B1A3AE: hue angle of 312.86º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1A3AE is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 174 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.31 |
| HSL | 312.86º | 0.08% | 0.67% | - |
| HSV(B) | 312.86º | 0.08% | 0.69% | - |
| XYZ | 38.87 | 38.6 | 45.45 | - |
| YUV | 168.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 174 | 0 | 0.08 | 0.02 | 0.31 | 312.86 | 0.08 | 0.67 |
| Hex | B1 | A3 | AE | 0 | 8 | 2 | 1F | 139 | 8 | 43 |
| Octal | 261 | 243 | 256 | 0 | 10 | 2 | 37 | 471 | 10 | 103 |
| Binary | 10110001 | 10100011 | 10101110 | 0 | 1000 | 10 | 11111 | 100111001 | 1000 | 1000011 |
Color Harmonies of #B1A3AE
Complementary color
Monochromatic Colors of #B1A3AE
Black with #B1A3AE
Text Example
Text Example
White with #B1A3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A3AE; }
p { color: rgb(177,163,174); }
H1.HeaderClassName
{
color: #B1A3AE;
}
.AnyTagClassName
{
color: #B1A3AE;
}
</style>
background-color css
<style>
a { background-color: #B1A3AE; }
a { background-color: rgb(177,163,174); }
div.DivClassName
{
background-color: #B1A3AE;
}
.BgClassName
{
background-color: #B1A3AE;
}
</style>
border-color css
<style>
span { border-color: #B1A3AE; }
span { border-color: rgb(177,163,174); }
td.TdClassName
{
border-color: #B1A3AE;
}
.TagClassName
{
border-color: #B1A3AE;
}
</style>