Shades of London Hue #BA9AB3
Tints of London Hue #BA9AB3
RGB
CMYK
RGB Variations
Color information
#BA9AB3 (or 0xBA9AB3) is known color: London Hue. HEX triplet: BA, 9A and B3. RGB value is (186,154,179). Sum of RGB (Red+Green+Blue) = 186+154+179=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9AB3 is #45654C. Grayscale: #A6A6A6. Windows color (decimal): -4547917 or 11770554. OLE color: 11770554.
HSL color Cylindrical-coordinate representation of color #BA9AB3: hue angle of 313.12º 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 #BA9AB3 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 179 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.27 |
| HSL | 313.13º | 0.19% | 0.67% | - |
| HSV(B) | 313.13º | 0.17% | 0.73% | - |
| XYZ | 39.94 | 36.8 | 47.65 | - |
| YUV | 166.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 179 | 0 | 0.17 | 0.04 | 0.27 | 313.13 | 0.19 | 0.67 |
| Hex | BA | 9A | B3 | 0 | 11 | 4 | 1B | 139 | 13 | 43 |
| Octal | 272 | 232 | 263 | 0 | 21 | 4 | 33 | 471 | 23 | 103 |
| Binary | 10111010 | 10011010 | 10110011 | 0 | 10001 | 100 | 11011 | 100111001 | 10011 | 1000011 |
Color Harmonies of #BA9AB3
Complementary color
Monochromatic Colors of #BA9AB3
Black with #BA9AB3
Text Example
Text Example
White with #BA9AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9AB3; }
p { color: rgb(186,154,179); }
H1.HeaderClassName
{
color: #BA9AB3;
}
.AnyTagClassName
{
color: #BA9AB3;
}
</style>
background-color css
<style>
a { background-color: #BA9AB3; }
a { background-color: rgb(186,154,179); }
div.DivClassName
{
background-color: #BA9AB3;
}
.BgClassName
{
background-color: #BA9AB3;
}
</style>
border-color css
<style>
span { border-color: #BA9AB3; }
span { border-color: rgb(186,154,179); }
td.TdClassName
{
border-color: #BA9AB3;
}
.TagClassName
{
border-color: #BA9AB3;
}
</style>