Shades of London Hue #B5A3B1
Tints of London Hue #B5A3B1
RGB
CMYK
RGB Variations
Color information
#B5A3B1 (or 0xB5A3B1) is known color: London Hue. HEX triplet: B5, A3 and B1. RGB value is (181,163,177). Sum of RGB (Red+Green+Blue) = 181+163+177=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A3B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A3B1 is #4A5C4E. Grayscale: #A9A9A9. Windows color (decimal): -4873295 or 11641781. OLE color: 11641781.
HSL color Cylindrical-coordinate representation of color #B5A3B1: hue angle of 313.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5A3B1 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 177 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.29 |
| HSL | 313.33º | 0.11% | 0.67% | - |
| HSV(B) | 313.33º | 0.1% | 0.71% | - |
| XYZ | 40.09 | 39.19 | 47.05 | - |
| YUV | 169.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 177 | 0 | 0.10 | 0.02 | 0.29 | 313.33 | 0.11 | 0.67 |
| Hex | B5 | A3 | B1 | 0 | A | 2 | 1D | 139 | B | 43 |
| Octal | 265 | 243 | 261 | 0 | 12 | 2 | 35 | 471 | 13 | 103 |
| Binary | 10110101 | 10100011 | 10110001 | 0 | 1010 | 10 | 11101 | 100111001 | 1011 | 1000011 |
Color Harmonies of #B5A3B1
Complementary color
Monochromatic Colors of #B5A3B1
Black with #B5A3B1
Text Example
Text Example
White with #B5A3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A3B1; }
p { color: rgb(181,163,177); }
H1.HeaderClassName
{
color: #B5A3B1;
}
.AnyTagClassName
{
color: #B5A3B1;
}
</style>
background-color css
<style>
a { background-color: #B5A3B1; }
a { background-color: rgb(181,163,177); }
div.DivClassName
{
background-color: #B5A3B1;
}
.BgClassName
{
background-color: #B5A3B1;
}
</style>
border-color css
<style>
span { border-color: #B5A3B1; }
span { border-color: rgb(181,163,177); }
td.TdClassName
{
border-color: #B5A3B1;
}
.TagClassName
{
border-color: #B5A3B1;
}
</style>