Shades of London Hue #B0A3AF
Tints of London Hue #B0A3AF
RGB
CMYK
RGB Variations
Color information
#B0A3AF (or 0xB0A3AF) is known color: London Hue. HEX triplet: B0, A3 and AF. RGB value is (176,163,175). Sum of RGB (Red+Green+Blue) = 176+163+175=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A3AF is #4F5C50. Grayscale: #A8A8A8. Windows color (decimal): -5200977 or 11510704. OLE color: 11510704.
HSL color Cylindrical-coordinate representation of color #B0A3AF: hue angle of 304.62º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0A3AF is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 175 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.31 |
| HSL | 304.62º | 0.08% | 0.66% | - |
| HSV(B) | 304.62º | 0.07% | 0.69% | - |
| XYZ | 38.74 | 38.52 | 45.95 | - |
| YUV | 168.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 175 | 0 | 0.07 | 0.01 | 0.31 | 304.62 | 0.08 | 0.66 |
| Hex | B0 | A3 | AF | 0 | 7 | 1 | 1F | 131 | 8 | 42 |
| Octal | 260 | 243 | 257 | 0 | 7 | 1 | 37 | 461 | 10 | 102 |
| Binary | 10110000 | 10100011 | 10101111 | 0 | 111 | 1 | 11111 | 100110001 | 1000 | 1000010 |
Color Harmonies of #B0A3AF
Complementary color
Monochromatic Colors of #B0A3AF
Black with #B0A3AF
Text Example
Text Example
White with #B0A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A3AF; }
p { color: rgb(176,163,175); }
H1.HeaderClassName
{
color: #B0A3AF;
}
.AnyTagClassName
{
color: #B0A3AF;
}
</style>
background-color css
<style>
a { background-color: #B0A3AF; }
a { background-color: rgb(176,163,175); }
div.DivClassName
{
background-color: #B0A3AF;
}
.BgClassName
{
background-color: #B0A3AF;
}
</style>
border-color css
<style>
span { border-color: #B0A3AF; }
span { border-color: rgb(176,163,175); }
td.TdClassName
{
border-color: #B0A3AF;
}
.TagClassName
{
border-color: #B0A3AF;
}
</style>