Shades of London Hue #BA82B9
Tints of London Hue #BA82B9
RGB
CMYK
RGB Variations
Color information
#BA82B9 (or 0xBA82B9) is known color: London Hue. HEX triplet: BA, 82 and B9. RGB value is (186,130,185). Sum of RGB (Red+Green+Blue) = 186+130+185=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BA82B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82B9 is #457D46. Grayscale: #989898. Windows color (decimal): -4554055 or 12157626. OLE color: 12157626.
HSL color Cylindrical-coordinate representation of color #BA82B9: hue angle of 301.07º 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 #BA82B9 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 185 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.27 |
| HSL | 301.07º | 0.29% | 0.62% | - |
| HSV(B) | 301.07º | 0.3% | 0.73% | - |
| XYZ | 36.99 | 29.91 | 49.72 | - |
| YUV | 153.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 185 | 0 | 0.30 | 0.01 | 0.27 | 301.07 | 0.29 | 0.62 |
| Hex | BA | 82 | B9 | 0 | 1E | 1 | 1B | 12D | 1D | 3E |
| Octal | 272 | 202 | 271 | 0 | 36 | 1 | 33 | 455 | 35 | 76 |
| Binary | 10111010 | 10000010 | 10111001 | 0 | 11110 | 1 | 11011 | 100101101 | 11101 | 111110 |
Color Harmonies of #BA82B9
Complementary color
Monochromatic Colors of #BA82B9
Black with #BA82B9
Text Example
Text Example
White with #BA82B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA82B9; }
p { color: rgb(186,130,185); }
H1.HeaderClassName
{
color: #BA82B9;
}
.AnyTagClassName
{
color: #BA82B9;
}
</style>
background-color css
<style>
a { background-color: #BA82B9; }
a { background-color: rgb(186,130,185); }
div.DivClassName
{
background-color: #BA82B9;
}
.BgClassName
{
background-color: #BA82B9;
}
</style>
border-color css
<style>
span { border-color: #BA82B9; }
span { border-color: rgb(186,130,185); }
td.TdClassName
{
border-color: #BA82B9;
}
.TagClassName
{
border-color: #BA82B9;
}
</style>