Shades of London Hue #BA8CBB
Tints of London Hue #BA8CBB
RGB
CMYK
RGB Variations
Color information
#BA8CBB (or 0xBA8CBB) is known color: London Hue. HEX triplet: BA, 8C and BB. RGB value is (186,140,187). Sum of RGB (Red+Green+Blue) = 186+140+187=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA8CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CBB is #457344. Grayscale: #9E9E9E. Windows color (decimal): -4551493 or 12291258. OLE color: 12291258.
HSL color Cylindrical-coordinate representation of color #BA8CBB: hue angle of 298.72º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8CBB is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 187 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.27 |
| HSL | 298.72º | 0.26% | 0.64% | - |
| HSV(B) | 298.72º | 0.25% | 0.73% | - |
| XYZ | 38.6 | 32.78 | 51.31 | - |
| YUV | 159.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 187 | 0.01 | 0.25 | 0 | 0.27 | 298.72 | 0.26 | 0.64 |
| Hex | BA | 8C | BB | 1 | 19 | 0 | 1B | 12B | 1A | 40 |
| Octal | 272 | 214 | 273 | 1 | 31 | 0 | 33 | 453 | 32 | 100 |
| Binary | 10111010 | 10001100 | 10111011 | 1 | 11001 | 0 | 11011 | 100101011 | 11010 | 1000000 |
Color Harmonies of #BA8CBB
Complementary color
Monochromatic Colors of #BA8CBB
Black with #BA8CBB
Text Example
Text Example
White with #BA8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CBB; }
p { color: rgb(186,140,187); }
H1.HeaderClassName
{
color: #BA8CBB;
}
.AnyTagClassName
{
color: #BA8CBB;
}
</style>
background-color css
<style>
a { background-color: #BA8CBB; }
a { background-color: rgb(186,140,187); }
div.DivClassName
{
background-color: #BA8CBB;
}
.BgClassName
{
background-color: #BA8CBB;
}
</style>
border-color css
<style>
span { border-color: #BA8CBB; }
span { border-color: rgb(186,140,187); }
td.TdClassName
{
border-color: #BA8CBB;
}
.TagClassName
{
border-color: #BA8CBB;
}
</style>