Shades of London Hue #BA9AB5
Tints of London Hue #BA9AB5
RGB
CMYK
RGB Variations
Color information
#BA9AB5 (or 0xBA9AB5) is known color: London Hue. HEX triplet: BA, 9A and B5. RGB value is (186,154,181). Sum of RGB (Red+Green+Blue) = 186+154+181=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9AB5 is #45654A. Grayscale: #A6A6A6. Windows color (decimal): -4547915 or 11901626. OLE color: 11901626.
HSL color Cylindrical-coordinate representation of color #BA9AB5: hue angle of 309.38º 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 #BA9AB5 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 181 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.27 |
| HSL | 309.38º | 0.19% | 0.67% | - |
| HSV(B) | 309.38º | 0.17% | 0.73% | - |
| XYZ | 40.15 | 36.89 | 48.72 | - |
| YUV | 166.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 181 | 0 | 0.17 | 0.03 | 0.27 | 309.38 | 0.19 | 0.67 |
| Hex | BA | 9A | B5 | 0 | 11 | 3 | 1B | 135 | 13 | 43 |
| Octal | 272 | 232 | 265 | 0 | 21 | 3 | 33 | 465 | 23 | 103 |
| Binary | 10111010 | 10011010 | 10110101 | 0 | 10001 | 11 | 11011 | 100110101 | 10011 | 1000011 |
Color Harmonies of #BA9AB5
Complementary color
Monochromatic Colors of #BA9AB5
Black with #BA9AB5
Text Example
Text Example
White with #BA9AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9AB5; }
p { color: rgb(186,154,181); }
H1.HeaderClassName
{
color: #BA9AB5;
}
.AnyTagClassName
{
color: #BA9AB5;
}
</style>
background-color css
<style>
a { background-color: #BA9AB5; }
a { background-color: rgb(186,154,181); }
div.DivClassName
{
background-color: #BA9AB5;
}
.BgClassName
{
background-color: #BA9AB5;
}
</style>
border-color css
<style>
span { border-color: #BA9AB5; }
span { border-color: rgb(186,154,181); }
td.TdClassName
{
border-color: #BA9AB5;
}
.TagClassName
{
border-color: #BA9AB5;
}
</style>