Shades of London Hue #BA8BBB
Tints of London Hue #BA8BBB
RGB
CMYK
RGB Variations
Color information
#BA8BBB (or 0xBA8BBB) is known color: London Hue. HEX triplet: BA, 8B and BB. RGB value is (186,139,187). Sum of RGB (Red+Green+Blue) = 186+139+187=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA8BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BBB is #457444. Grayscale: #9E9E9E. Windows color (decimal): -4551749 or 12291002. OLE color: 12291002.
HSL color Cylindrical-coordinate representation of color #BA8BBB: hue angle of 298.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8BBB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 187 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.27 |
| HSL | 298.75º | 0.26% | 0.64% | - |
| HSV(B) | 298.75º | 0.26% | 0.73% | - |
| XYZ | 38.45 | 32.49 | 51.26 | - |
| YUV | 158.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 187 | 0.01 | 0.26 | 0 | 0.27 | 298.75 | 0.26 | 0.64 |
| Hex | BA | 8B | BB | 1 | 1A | 0 | 1B | 12B | 1A | 40 |
| Octal | 272 | 213 | 273 | 1 | 32 | 0 | 33 | 453 | 32 | 100 |
| Binary | 10111010 | 10001011 | 10111011 | 1 | 11010 | 0 | 11011 | 100101011 | 11010 | 1000000 |
Color Harmonies of #BA8BBB
Complementary color
Monochromatic Colors of #BA8BBB
Black with #BA8BBB
Text Example
Text Example
White with #BA8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BBB; }
p { color: rgb(186,139,187); }
H1.HeaderClassName
{
color: #BA8BBB;
}
.AnyTagClassName
{
color: #BA8BBB;
}
</style>
background-color css
<style>
a { background-color: #BA8BBB; }
a { background-color: rgb(186,139,187); }
div.DivClassName
{
background-color: #BA8BBB;
}
.BgClassName
{
background-color: #BA8BBB;
}
</style>
border-color css
<style>
span { border-color: #BA8BBB; }
span { border-color: rgb(186,139,187); }
td.TdClassName
{
border-color: #BA8BBB;
}
.TagClassName
{
border-color: #BA8BBB;
}
</style>