Shades of London Hue #BA82AF
Tints of London Hue #BA82AF
RGB
CMYK
RGB Variations
Color information
#BA82AF (or 0xBA82AF) is known color: London Hue. HEX triplet: BA, 82 and AF. RGB value is (186,130,175). Sum of RGB (Red+Green+Blue) = 186+130+175=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA82AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA82AF is #457D50. Grayscale: #979797. Windows color (decimal): -4554065 or 11502266. OLE color: 11502266.
HSL color Cylindrical-coordinate representation of color #BA82AF: hue angle of 311.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA82AF is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 175 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.27 |
| HSL | 311.79º | 0.29% | 0.62% | - |
| HSV(B) | 311.79º | 0.3% | 0.73% | - |
| XYZ | 35.97 | 29.5 | 44.36 | - |
| YUV | 151.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 175 | 0 | 0.30 | 0.06 | 0.27 | 311.79 | 0.29 | 0.62 |
| Hex | BA | 82 | AF | 0 | 1E | 6 | 1B | 138 | 1D | 3E |
| Octal | 272 | 202 | 257 | 0 | 36 | 6 | 33 | 470 | 35 | 76 |
| Binary | 10111010 | 10000010 | 10101111 | 0 | 11110 | 110 | 11011 | 100111000 | 11101 | 111110 |
Color Harmonies of #BA82AF
Complementary color
Monochromatic Colors of #BA82AF
Black with #BA82AF
Text Example
Text Example
White with #BA82AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA82AF; }
p { color: rgb(186,130,175); }
H1.HeaderClassName
{
color: #BA82AF;
}
.AnyTagClassName
{
color: #BA82AF;
}
</style>
background-color css
<style>
a { background-color: #BA82AF; }
a { background-color: rgb(186,130,175); }
div.DivClassName
{
background-color: #BA82AF;
}
.BgClassName
{
background-color: #BA82AF;
}
</style>
border-color css
<style>
span { border-color: #BA82AF; }
span { border-color: rgb(186,130,175); }
td.TdClassName
{
border-color: #BA82AF;
}
.TagClassName
{
border-color: #BA82AF;
}
</style>