Shades of London Hue #BA9AB9
Tints of London Hue #BA9AB9
RGB
CMYK
RGB Variations
Color information
#BA9AB9 (or 0xBA9AB9) is known color: London Hue. HEX triplet: BA, 9A and B9. RGB value is (186,154,185). Sum of RGB (Red+Green+Blue) = 186+154+185=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9AB9 is #456546. Grayscale: #A7A7A7. Windows color (decimal): -4547911 or 12163770. OLE color: 12163770.
HSL color Cylindrical-coordinate representation of color #BA9AB9: hue angle of 301.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9AB9 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 185 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.27 |
| HSL | 301.88º | 0.19% | 0.67% | - |
| HSV(B) | 301.88º | 0.17% | 0.73% | - |
| XYZ | 40.56 | 37.05 | 50.91 | - |
| YUV | 167.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 185 | 0 | 0.17 | 0.01 | 0.27 | 301.88 | 0.19 | 0.67 |
| Hex | BA | 9A | B9 | 0 | 11 | 1 | 1B | 12E | 13 | 43 |
| Octal | 272 | 232 | 271 | 0 | 21 | 1 | 33 | 456 | 23 | 103 |
| Binary | 10111010 | 10011010 | 10111001 | 0 | 10001 | 1 | 11011 | 100101110 | 10011 | 1000011 |
Color Harmonies of #BA9AB9
Complementary color
Monochromatic Colors of #BA9AB9
Black with #BA9AB9
Text Example
Text Example
White with #BA9AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9AB9; }
p { color: rgb(186,154,185); }
H1.HeaderClassName
{
color: #BA9AB9;
}
.AnyTagClassName
{
color: #BA9AB9;
}
</style>
background-color css
<style>
a { background-color: #BA9AB9; }
a { background-color: rgb(186,154,185); }
div.DivClassName
{
background-color: #BA9AB9;
}
.BgClassName
{
background-color: #BA9AB9;
}
</style>
border-color css
<style>
span { border-color: #BA9AB9; }
span { border-color: rgb(186,154,185); }
td.TdClassName
{
border-color: #BA9AB9;
}
.TagClassName
{
border-color: #BA9AB9;
}
</style>