Shades of London Hue #BA9AB7
Tints of London Hue #BA9AB7
RGB
CMYK
RGB Variations
Color information
#BA9AB7 (or 0xBA9AB7) is known color: London Hue. HEX triplet: BA, 9A and B7. RGB value is (186,154,183). Sum of RGB (Red+Green+Blue) = 186+154+183=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9AB7 is #456548. Grayscale: #A6A6A6. Windows color (decimal): -4547913 or 12032698. OLE color: 12032698.
HSL color Cylindrical-coordinate representation of color #BA9AB7: hue angle of 305.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9AB7 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 183 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.27 |
| HSL | 305.63º | 0.19% | 0.67% | - |
| HSV(B) | 305.63º | 0.17% | 0.73% | - |
| XYZ | 40.35 | 36.97 | 49.81 | - |
| YUV | 166.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 183 | 0 | 0.17 | 0.02 | 0.27 | 305.63 | 0.19 | 0.67 |
| Hex | BA | 9A | B7 | 0 | 11 | 2 | 1B | 132 | 13 | 43 |
| Octal | 272 | 232 | 267 | 0 | 21 | 2 | 33 | 462 | 23 | 103 |
| Binary | 10111010 | 10011010 | 10110111 | 0 | 10001 | 10 | 11011 | 100110010 | 10011 | 1000011 |
Color Harmonies of #BA9AB7
Complementary color
Monochromatic Colors of #BA9AB7
Black with #BA9AB7
Text Example
Text Example
White with #BA9AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9AB7; }
p { color: rgb(186,154,183); }
H1.HeaderClassName
{
color: #BA9AB7;
}
.AnyTagClassName
{
color: #BA9AB7;
}
</style>
background-color css
<style>
a { background-color: #BA9AB7; }
a { background-color: rgb(186,154,183); }
div.DivClassName
{
background-color: #BA9AB7;
}
.BgClassName
{
background-color: #BA9AB7;
}
</style>
border-color css
<style>
span { border-color: #BA9AB7; }
span { border-color: rgb(186,154,183); }
td.TdClassName
{
border-color: #BA9AB7;
}
.TagClassName
{
border-color: #BA9AB7;
}
</style>