Shades of London Hue #BA84AA
Tints of London Hue #BA84AA
RGB
CMYK
RGB Variations
Color information
#BA84AA (or 0xBA84AA) is known color: London Hue. HEX triplet: BA, 84 and AA. RGB value is (186,132,170). Sum of RGB (Red+Green+Blue) = 186+132+170=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA84AA is #457B55. Grayscale: #989898. Windows color (decimal): -4553558 or 11175098. OLE color: 11175098.
HSL color Cylindrical-coordinate representation of color #BA84AA: hue angle of 317.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA84AA is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 170 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.27 |
| HSL | 317.78º | 0.28% | 0.62% | - |
| HSV(B) | 317.78º | 0.29% | 0.73% | - |
| XYZ | 35.76 | 29.84 | 41.91 | - |
| YUV | 152.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 170 | 0 | 0.29 | 0.09 | 0.27 | 317.78 | 0.28 | 0.62 |
| Hex | BA | 84 | AA | 0 | 1D | 9 | 1B | 13E | 1C | 3E |
| Octal | 272 | 204 | 252 | 0 | 35 | 11 | 33 | 476 | 34 | 76 |
| Binary | 10111010 | 10000100 | 10101010 | 0 | 11101 | 1001 | 11011 | 100111110 | 11100 | 111110 |
Color Harmonies of #BA84AA
Complementary color
Monochromatic Colors of #BA84AA
Black with #BA84AA
Text Example
Text Example
White with #BA84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84AA; }
p { color: rgb(186,132,170); }
H1.HeaderClassName
{
color: #BA84AA;
}
.AnyTagClassName
{
color: #BA84AA;
}
</style>
background-color css
<style>
a { background-color: #BA84AA; }
a { background-color: rgb(186,132,170); }
div.DivClassName
{
background-color: #BA84AA;
}
.BgClassName
{
background-color: #BA84AA;
}
</style>
border-color css
<style>
span { border-color: #BA84AA; }
span { border-color: rgb(186,132,170); }
td.TdClassName
{
border-color: #BA84AA;
}
.TagClassName
{
border-color: #BA84AA;
}
</style>