Shades of London Hue #BA83AC
Tints of London Hue #BA83AC
RGB
CMYK
RGB Variations
Color information
#BA83AC (or 0xBA83AC) is known color: London Hue. HEX triplet: BA, 83 and AC. RGB value is (186,131,172). Sum of RGB (Red+Green+Blue) = 186+131+172=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA83AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA83AC is #457C53. Grayscale: #989898. Windows color (decimal): -4553812 or 11305914. OLE color: 11305914.
HSL color Cylindrical-coordinate representation of color #BA83AC: hue angle of 315.27º degrees, saturation: 0.28, 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 #BA83AC is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 172 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.27 |
| HSL | 315.27º | 0.28% | 0.62% | - |
| HSV(B) | 315.27º | 0.3% | 0.73% | - |
| XYZ | 35.81 | 29.65 | 42.87 | - |
| YUV | 152.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 172 | 0 | 0.30 | 0.08 | 0.27 | 315.27 | 0.28 | 0.62 |
| Hex | BA | 83 | AC | 0 | 1E | 8 | 1B | 13B | 1C | 3E |
| Octal | 272 | 203 | 254 | 0 | 36 | 10 | 33 | 473 | 34 | 76 |
| Binary | 10111010 | 10000011 | 10101100 | 0 | 11110 | 1000 | 11011 | 100111011 | 11100 | 111110 |
Color Harmonies of #BA83AC
Complementary color
Monochromatic Colors of #BA83AC
Black with #BA83AC
Text Example
Text Example
White with #BA83AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83AC; }
p { color: rgb(186,131,172); }
H1.HeaderClassName
{
color: #BA83AC;
}
.AnyTagClassName
{
color: #BA83AC;
}
</style>
background-color css
<style>
a { background-color: #BA83AC; }
a { background-color: rgb(186,131,172); }
div.DivClassName
{
background-color: #BA83AC;
}
.BgClassName
{
background-color: #BA83AC;
}
</style>
border-color css
<style>
span { border-color: #BA83AC; }
span { border-color: rgb(186,131,172); }
td.TdClassName
{
border-color: #BA83AC;
}
.TagClassName
{
border-color: #BA83AC;
}
</style>