Shades of London Hue #BA9CB5
Tints of London Hue #BA9CB5
RGB
CMYK
RGB Variations
Color information
#BA9CB5 (or 0xBA9CB5) is known color: London Hue. HEX triplet: BA, 9C and B5. RGB value is (186,156,181). Sum of RGB (Red+Green+Blue) = 186+156+181=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CB5 is #45634A. Grayscale: #A7A7A7. Windows color (decimal): -4547403 or 11902138. OLE color: 11902138.
HSL color Cylindrical-coordinate representation of color #BA9CB5: hue angle of 310º 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 #BA9CB5 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 181 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.27 |
| HSL | 310º | 0.18% | 0.67% | - |
| HSV(B) | 310º | 0.16% | 0.73% | - |
| XYZ | 40.48 | 37.55 | 48.83 | - |
| YUV | 167.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 181 | 0 | 0.16 | 0.03 | 0.27 | 310 | 0.18 | 0.67 |
| Hex | BA | 9C | B5 | 0 | 10 | 3 | 1B | 136 | 12 | 43 |
| Octal | 272 | 234 | 265 | 0 | 20 | 3 | 33 | 466 | 22 | 103 |
| Binary | 10111010 | 10011100 | 10110101 | 0 | 10000 | 11 | 11011 | 100110110 | 10010 | 1000011 |
Color Harmonies of #BA9CB5
Complementary color
Monochromatic Colors of #BA9CB5
Black with #BA9CB5
Text Example
Text Example
White with #BA9CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CB5; }
p { color: rgb(186,156,181); }
H1.HeaderClassName
{
color: #BA9CB5;
}
.AnyTagClassName
{
color: #BA9CB5;
}
</style>
background-color css
<style>
a { background-color: #BA9CB5; }
a { background-color: rgb(186,156,181); }
div.DivClassName
{
background-color: #BA9CB5;
}
.BgClassName
{
background-color: #BA9CB5;
}
</style>
border-color css
<style>
span { border-color: #BA9CB5; }
span { border-color: rgb(186,156,181); }
td.TdClassName
{
border-color: #BA9CB5;
}
.TagClassName
{
border-color: #BA9CB5;
}
</style>