Shades of London Hue #B1A3AF
Tints of London Hue #B1A3AF
RGB
CMYK
RGB Variations
Color information
#B1A3AF (or 0xB1A3AF) is known color: London Hue. HEX triplet: B1, A3 and AF. RGB value is (177,163,175). Sum of RGB (Red+Green+Blue) = 177+163+175=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A3AF is #4E5C50. Grayscale: #A8A8A8. Windows color (decimal): -5135441 or 11510705. OLE color: 11510705.
HSL color Cylindrical-coordinate representation of color #B1A3AF: hue angle of 308.57º 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 #B1A3AF is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 175 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.31 |
| HSL | 308.57º | 0.08% | 0.67% | - |
| HSV(B) | 308.57º | 0.08% | 0.69% | - |
| XYZ | 38.97 | 38.64 | 45.96 | - |
| YUV | 168.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 175 | 0 | 0.08 | 0.01 | 0.31 | 308.57 | 0.08 | 0.67 |
| Hex | B1 | A3 | AF | 0 | 8 | 1 | 1F | 135 | 8 | 43 |
| Octal | 261 | 243 | 257 | 0 | 10 | 1 | 37 | 465 | 10 | 103 |
| Binary | 10110001 | 10100011 | 10101111 | 0 | 1000 | 1 | 11111 | 100110101 | 1000 | 1000011 |
Color Harmonies of #B1A3AF
Complementary color
Monochromatic Colors of #B1A3AF
Black with #B1A3AF
Text Example
Text Example
White with #B1A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A3AF; }
p { color: rgb(177,163,175); }
H1.HeaderClassName
{
color: #B1A3AF;
}
.AnyTagClassName
{
color: #B1A3AF;
}
</style>
background-color css
<style>
a { background-color: #B1A3AF; }
a { background-color: rgb(177,163,175); }
div.DivClassName
{
background-color: #B1A3AF;
}
.BgClassName
{
background-color: #B1A3AF;
}
</style>
border-color css
<style>
span { border-color: #B1A3AF; }
span { border-color: rgb(177,163,175); }
td.TdClassName
{
border-color: #B1A3AF;
}
.TagClassName
{
border-color: #B1A3AF;
}
</style>