Shades of London Hue #B2A0B0
Tints of London Hue #B2A0B0
RGB
CMYK
RGB Variations
Color information
#B2A0B0 (or 0xB2A0B0) is known color: London Hue. HEX triplet: B2, A0 and B0. RGB value is (178,160,176). Sum of RGB (Red+Green+Blue) = 178+160+176=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A0B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A0B0 is #4D5F4F. Grayscale: #A7A7A7. Windows color (decimal): -5070672 or 11575474. OLE color: 11575474.
HSL color Cylindrical-coordinate representation of color #B2A0B0: hue angle of 306.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2A0B0 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 176 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.30 |
| HSL | 306.67º | 0.1% | 0.66% | - |
| HSV(B) | 306.67º | 0.1% | 0.7% | - |
| XYZ | 38.77 | 37.74 | 46.32 | - |
| YUV | 167.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 176 | 0 | 0.10 | 0.01 | 0.30 | 306.67 | 0.1 | 0.66 |
| Hex | B2 | A0 | B0 | 0 | A | 1 | 1E | 133 | A | 42 |
| Octal | 262 | 240 | 260 | 0 | 12 | 1 | 36 | 463 | 12 | 102 |
| Binary | 10110010 | 10100000 | 10110000 | 0 | 1010 | 1 | 11110 | 100110011 | 1010 | 1000010 |
Color Harmonies of #B2A0B0
Complementary color
Monochromatic Colors of #B2A0B0
Black with #B2A0B0
Text Example
Text Example
White with #B2A0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A0B0; }
p { color: rgb(178,160,176); }
H1.HeaderClassName
{
color: #B2A0B0;
}
.AnyTagClassName
{
color: #B2A0B0;
}
</style>
background-color css
<style>
a { background-color: #B2A0B0; }
a { background-color: rgb(178,160,176); }
div.DivClassName
{
background-color: #B2A0B0;
}
.BgClassName
{
background-color: #B2A0B0;
}
</style>
border-color css
<style>
span { border-color: #B2A0B0; }
span { border-color: rgb(178,160,176); }
td.TdClassName
{
border-color: #B2A0B0;
}
.TagClassName
{
border-color: #B2A0B0;
}
</style>