Shades of London Hue #BA86AC
Tints of London Hue #BA86AC
RGB
CMYK
RGB Variations
Color information
#BA86AC (or 0xBA86AC) is known color: London Hue. HEX triplet: BA, 86 and AC. RGB value is (186,134,172). Sum of RGB (Red+Green+Blue) = 186+134+172=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA86AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA86AC is #457953. Grayscale: #999999. Windows color (decimal): -4553044 or 11306682. OLE color: 11306682.
HSL color Cylindrical-coordinate representation of color #BA86AC: hue angle of 316.15º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA86AC is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 172 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.27 |
| HSL | 316.15º | 0.27% | 0.63% | - |
| HSV(B) | 316.15º | 0.28% | 0.73% | - |
| XYZ | 36.22 | 30.47 | 43 | - |
| YUV | 153.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 172 | 0 | 0.28 | 0.08 | 0.27 | 316.15 | 0.27 | 0.63 |
| Hex | BA | 86 | AC | 0 | 1C | 8 | 1B | 13C | 1B | 3F |
| Octal | 272 | 206 | 254 | 0 | 34 | 10 | 33 | 474 | 33 | 77 |
| Binary | 10111010 | 10000110 | 10101100 | 0 | 11100 | 1000 | 11011 | 100111100 | 11011 | 111111 |
Color Harmonies of #BA86AC
Complementary color
Monochromatic Colors of #BA86AC
Black with #BA86AC
Text Example
Text Example
White with #BA86AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA86AC; }
p { color: rgb(186,134,172); }
H1.HeaderClassName
{
color: #BA86AC;
}
.AnyTagClassName
{
color: #BA86AC;
}
</style>
background-color css
<style>
a { background-color: #BA86AC; }
a { background-color: rgb(186,134,172); }
div.DivClassName
{
background-color: #BA86AC;
}
.BgClassName
{
background-color: #BA86AC;
}
</style>
border-color css
<style>
span { border-color: #BA86AC; }
span { border-color: rgb(186,134,172); }
td.TdClassName
{
border-color: #BA86AC;
}
.TagClassName
{
border-color: #BA86AC;
}
</style>