Shades of London Hue #B1A4AF
Tints of London Hue #B1A4AF
RGB
CMYK
RGB Variations
Color information
#B1A4AF (or 0xB1A4AF) is known color: London Hue. HEX triplet: B1, A4 and AF. RGB value is (177,164,175). Sum of RGB (Red+Green+Blue) = 177+164+175=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A4AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A4AF is #4E5B50. Grayscale: #A9A9A9. Windows color (decimal): -5135185 or 11510961. OLE color: 11510961.
HSL color Cylindrical-coordinate representation of color #B1A4AF: hue angle of 309.23º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B1A4AF is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 175 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.31 |
| HSL | 309.23º | 0.08% | 0.67% | - |
| HSV(B) | 309.23º | 0.07% | 0.69% | - |
| XYZ | 39.14 | 38.99 | 46.02 | - |
| YUV | 169.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 175 | 0 | 0.07 | 0.01 | 0.31 | 309.23 | 0.08 | 0.67 |
| Hex | B1 | A4 | AF | 0 | 7 | 1 | 1F | 135 | 8 | 43 |
| Octal | 261 | 244 | 257 | 0 | 7 | 1 | 37 | 465 | 10 | 103 |
| Binary | 10110001 | 10100100 | 10101111 | 0 | 111 | 1 | 11111 | 100110101 | 1000 | 1000011 |
Color Harmonies of #B1A4AF
Complementary color
Monochromatic Colors of #B1A4AF
Black with #B1A4AF
Text Example
Text Example
White with #B1A4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A4AF; }
p { color: rgb(177,164,175); }
H1.HeaderClassName
{
color: #B1A4AF;
}
.AnyTagClassName
{
color: #B1A4AF;
}
</style>
background-color css
<style>
a { background-color: #B1A4AF; }
a { background-color: rgb(177,164,175); }
div.DivClassName
{
background-color: #B1A4AF;
}
.BgClassName
{
background-color: #B1A4AF;
}
</style>
border-color css
<style>
span { border-color: #B1A4AF; }
span { border-color: rgb(177,164,175); }
td.TdClassName
{
border-color: #B1A4AF;
}
.TagClassName
{
border-color: #B1A4AF;
}
</style>