Shades of London Hue #BA80AB
Tints of London Hue #BA80AB
RGB
CMYK
RGB Variations
Color information
#BA80AB (or 0xBA80AB) is known color: London Hue. HEX triplet: BA, 80 and AB. RGB value is (186,128,171). Sum of RGB (Red+Green+Blue) = 186+128+171=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80AB is #457F54. Grayscale: #969696. Windows color (decimal): -4554581 or 11239610. OLE color: 11239610.
HSL color Cylindrical-coordinate representation of color #BA80AB: hue angle of 315.52º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA80AB is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 171 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.27 |
| HSL | 315.52º | 0.3% | 0.62% | - |
| HSV(B) | 315.52º | 0.31% | 0.73% | - |
| XYZ | 35.32 | 28.82 | 42.23 | - |
| YUV | 150.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 171 | 0 | 0.31 | 0.08 | 0.27 | 315.52 | 0.3 | 0.62 |
| Hex | BA | 80 | AB | 0 | 1F | 8 | 1B | 13C | 1E | 3E |
| Octal | 272 | 200 | 253 | 0 | 37 | 10 | 33 | 474 | 36 | 76 |
| Binary | 10111010 | 10000000 | 10101011 | 0 | 11111 | 1000 | 11011 | 100111100 | 11110 | 111110 |
Color Harmonies of #BA80AB
Complementary color
Monochromatic Colors of #BA80AB
Black with #BA80AB
Text Example
Text Example
White with #BA80AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA80AB; }
p { color: rgb(186,128,171); }
H1.HeaderClassName
{
color: #BA80AB;
}
.AnyTagClassName
{
color: #BA80AB;
}
</style>
background-color css
<style>
a { background-color: #BA80AB; }
a { background-color: rgb(186,128,171); }
div.DivClassName
{
background-color: #BA80AB;
}
.BgClassName
{
background-color: #BA80AB;
}
</style>
border-color css
<style>
span { border-color: #BA80AB; }
span { border-color: rgb(186,128,171); }
td.TdClassName
{
border-color: #BA80AB;
}
.TagClassName
{
border-color: #BA80AB;
}
</style>