Shades of London Hue #BA8FBC
Tints of London Hue #BA8FBC
RGB
CMYK
RGB Variations
Color information
#BA8FBC (or 0xBA8FBC) is known color: London Hue. HEX triplet: BA, 8F and BC. RGB value is (186,143,188). Sum of RGB (Red+Green+Blue) = 186+143+188=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FBC is #457043. Grayscale: #A0A0A0. Windows color (decimal): -4550724 or 12357562. OLE color: 12357562.
HSL color Cylindrical-coordinate representation of color #BA8FBC: hue angle of 297.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA8FBC is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 143 | 188 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.26 |
| HSL | 297.33º | 0.25% | 0.65% | - |
| HSV(B) | 297.33º | 0.24% | 0.74% | - |
| XYZ | 39.15 | 33.71 | 52.02 | - |
| YUV | 160.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 188 | 0.01 | 0.24 | 0 | 0.26 | 297.33 | 0.25 | 0.65 |
| Hex | BA | 8F | BC | 1 | 18 | 0 | 1A | 129 | 19 | 41 |
| Octal | 272 | 217 | 274 | 1 | 30 | 0 | 32 | 451 | 31 | 101 |
| Binary | 10111010 | 10001111 | 10111100 | 1 | 11000 | 0 | 11010 | 100101001 | 11001 | 1000001 |
Color Harmonies of #BA8FBC
Complementary color
Monochromatic Colors of #BA8FBC
Black with #BA8FBC
Text Example
Text Example
White with #BA8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FBC; }
p { color: rgb(186,143,188); }
H1.HeaderClassName
{
color: #BA8FBC;
}
.AnyTagClassName
{
color: #BA8FBC;
}
</style>
background-color css
<style>
a { background-color: #BA8FBC; }
a { background-color: rgb(186,143,188); }
div.DivClassName
{
background-color: #BA8FBC;
}
.BgClassName
{
background-color: #BA8FBC;
}
</style>
border-color css
<style>
span { border-color: #BA8FBC; }
span { border-color: rgb(186,143,188); }
td.TdClassName
{
border-color: #BA8FBC;
}
.TagClassName
{
border-color: #BA8FBC;
}
</style>