Shades of London Hue #BAA2B7
Tints of London Hue #BAA2B7
RGB
CMYK
RGB Variations
Color information
#BAA2B7 (or 0xBAA2B7) is known color: London Hue. HEX triplet: BA, A2 and B7. RGB value is (186,162,183). Sum of RGB (Red+Green+Blue) = 186+162+183=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2B7 is #455D48. Grayscale: #ABABAB. Windows color (decimal): -4545865 or 12034746. OLE color: 12034746.
HSL color Cylindrical-coordinate representation of color #BAA2B7: hue angle of 307.5º 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 #BAA2B7 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 162 | 183 | - |
CMYK | 0 | 0.13 | 0.02 | 0.27 |
HSL | 307.5º | 0.15% | 0.68% | - |
HSV(B) | 307.5º | 0.13% | 0.73% | - |
XYZ | 41.72 | 39.7 | 50.26 | - |
YUV | 171.57 | 134.45 | 138.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 162 | 183 | 0 | 0.13 | 0.02 | 0.27 | 307.5 | 0.15 | 0.68 |
Hex | BA | A2 | B7 | 0 | D | 2 | 1B | 134 | F | 44 |
Octal | 272 | 242 | 267 | 0 | 15 | 2 | 33 | 464 | 17 | 104 |
Binary | 10111010 | 10100010 | 10110111 | 0 | 1101 | 10 | 11011 | 100110100 | 1111 | 1000100 |
Color Harmonies of #BAA2B7
Complementary color
Monochromatic Colors of #BAA2B7
Black with #BAA2B7
Text Example
Text Example
White with #BAA2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2B7; }
p { color: rgb(186,162,183); }
H1.HeaderClassName
{
color: #BAA2B7;
}
.AnyTagClassName
{
color: #BAA2B7;
}
</style>
background-color css
<style>
a { background-color: #BAA2B7; }
a { background-color: rgb(186,162,183); }
div.DivClassName
{
background-color: #BAA2B7;
}
.BgClassName
{
background-color: #BAA2B7;
}
</style>
border-color css
<style>
span { border-color: #BAA2B7; }
span { border-color: rgb(186,162,183); }
td.TdClassName
{
border-color: #BAA2B7;
}
.TagClassName
{
border-color: #BAA2B7;
}
</style>