Shades of London Hue #BA8AAA
Tints of London Hue #BA8AAA
RGB
CMYK
RGB Variations
Color information
#BA8AAA (or 0xBA8AAA) is known color: London Hue. HEX triplet: BA, 8A and AA. RGB value is (186,138,170). Sum of RGB (Red+Green+Blue) = 186+138+170=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8AAA is #457555. Grayscale: #9B9B9B. Windows color (decimal): -4552022 or 11176634. OLE color: 11176634.
HSL color Cylindrical-coordinate representation of color #BA8AAA: hue angle of 320º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8AAA is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 170 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.27 |
| HSL | 320º | 0.26% | 0.64% | - |
| HSV(B) | 320º | 0.26% | 0.73% | - |
| XYZ | 36.59 | 31.52 | 42.19 | - |
| YUV | 156 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 170 | 0 | 0.26 | 0.09 | 0.27 | 320 | 0.26 | 0.64 |
| Hex | BA | 8A | AA | 0 | 1A | 9 | 1B | 140 | 1A | 40 |
| Octal | 272 | 212 | 252 | 0 | 32 | 11 | 33 | 500 | 32 | 100 |
| Binary | 10111010 | 10001010 | 10101010 | 0 | 11010 | 1001 | 11011 | 101000000 | 11010 | 1000000 |
Color Harmonies of #BA8AAA
Complementary color
Monochromatic Colors of #BA8AAA
Black with #BA8AAA
Text Example
Text Example
White with #BA8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8AAA; }
p { color: rgb(186,138,170); }
H1.HeaderClassName
{
color: #BA8AAA;
}
.AnyTagClassName
{
color: #BA8AAA;
}
</style>
background-color css
<style>
a { background-color: #BA8AAA; }
a { background-color: rgb(186,138,170); }
div.DivClassName
{
background-color: #BA8AAA;
}
.BgClassName
{
background-color: #BA8AAA;
}
</style>
border-color css
<style>
span { border-color: #BA8AAA; }
span { border-color: rgb(186,138,170); }
td.TdClassName
{
border-color: #BA8AAA;
}
.TagClassName
{
border-color: #BA8AAA;
}
</style>