Shades of London Hue #BAA1B7
Tints of London Hue #BAA1B7
RGB
CMYK
RGB Variations
Color information
#BAA1B7 (or 0xBAA1B7) is known color: London Hue. HEX triplet: BA, A1 and B7. RGB value is (186,161,183). Sum of RGB (Red+Green+Blue) = 186+161+183=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1B7 is #455E48. Grayscale: #AAAAAA. Windows color (decimal): -4546121 or 12034490. OLE color: 12034490.
HSL color Cylindrical-coordinate representation of color #BAA1B7: hue angle of 307.2º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA1B7 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 183 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.27 |
| HSL | 307.2º | 0.15% | 0.68% | - |
| HSV(B) | 307.2º | 0.13% | 0.73% | - |
| XYZ | 41.54 | 39.35 | 50.21 | - |
| YUV | 170.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 183 | 0 | 0.13 | 0.02 | 0.27 | 307.2 | 0.15 | 0.68 |
| Hex | BA | A1 | B7 | 0 | D | 2 | 1B | 133 | F | 44 |
| Octal | 272 | 241 | 267 | 0 | 15 | 2 | 33 | 463 | 17 | 104 |
| Binary | 10111010 | 10100001 | 10110111 | 0 | 1101 | 10 | 11011 | 100110011 | 1111 | 1000100 |
Color Harmonies of #BAA1B7
Complementary color
Monochromatic Colors of #BAA1B7
Black with #BAA1B7
Text Example
Text Example
White with #BAA1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1B7; }
p { color: rgb(186,161,183); }
H1.HeaderClassName
{
color: #BAA1B7;
}
.AnyTagClassName
{
color: #BAA1B7;
}
</style>
background-color css
<style>
a { background-color: #BAA1B7; }
a { background-color: rgb(186,161,183); }
div.DivClassName
{
background-color: #BAA1B7;
}
.BgClassName
{
background-color: #BAA1B7;
}
</style>
border-color css
<style>
span { border-color: #BAA1B7; }
span { border-color: rgb(186,161,183); }
td.TdClassName
{
border-color: #BAA1B7;
}
.TagClassName
{
border-color: #BAA1B7;
}
</style>