Shades of London Hue #BA9CB9
Tints of London Hue #BA9CB9
RGB
CMYK
RGB Variations
Color information
#BA9CB9 (or 0xBA9CB9) is known color: London Hue. HEX triplet: BA, 9C and B9. RGB value is (186,156,185). Sum of RGB (Red+Green+Blue) = 186+156+185=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CB9 is #456346. Grayscale: #A8A8A8. Windows color (decimal): -4547399 or 12164282. OLE color: 12164282.
HSL color Cylindrical-coordinate representation of color #BA9CB9: hue angle of 302º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9CB9 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 185 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.27 |
| HSL | 302º | 0.18% | 0.67% | - |
| HSV(B) | 302º | 0.16% | 0.73% | - |
| XYZ | 40.9 | 37.72 | 51.02 | - |
| YUV | 168.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 185 | 0 | 0.16 | 0.01 | 0.27 | 302 | 0.18 | 0.67 |
| Hex | BA | 9C | B9 | 0 | 10 | 1 | 1B | 12E | 12 | 43 |
| Octal | 272 | 234 | 271 | 0 | 20 | 1 | 33 | 456 | 22 | 103 |
| Binary | 10111010 | 10011100 | 10111001 | 0 | 10000 | 1 | 11011 | 100101110 | 10010 | 1000011 |
Color Harmonies of #BA9CB9
Complementary color
Monochromatic Colors of #BA9CB9
Black with #BA9CB9
Text Example
Text Example
White with #BA9CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CB9; }
p { color: rgb(186,156,185); }
H1.HeaderClassName
{
color: #BA9CB9;
}
.AnyTagClassName
{
color: #BA9CB9;
}
</style>
background-color css
<style>
a { background-color: #BA9CB9; }
a { background-color: rgb(186,156,185); }
div.DivClassName
{
background-color: #BA9CB9;
}
.BgClassName
{
background-color: #BA9CB9;
}
</style>
border-color css
<style>
span { border-color: #BA9CB9; }
span { border-color: rgb(186,156,185); }
td.TdClassName
{
border-color: #BA9CB9;
}
.TagClassName
{
border-color: #BA9CB9;
}
</style>