Shades of London Hue #BA8DBD
Tints of London Hue #BA8DBD
RGB
CMYK
RGB Variations
Color information
#BA8DBD (or 0xBA8DBD) is known color: London Hue. HEX triplet: BA, 8D and BD. RGB value is (186,141,189). Sum of RGB (Red+Green+Blue) = 186+141+189=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA8DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DBD is #457242. Grayscale: #9F9F9F. Windows color (decimal): -4551235 or 12422586. OLE color: 12422586.
HSL color Cylindrical-coordinate representation of color #BA8DBD: hue angle of 296.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8DBD is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 141 | 189 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.26 |
| HSL | 296.25º | 0.27% | 0.65% | - |
| HSV(B) | 296.25º | 0.25% | 0.74% | - |
| XYZ | 38.96 | 33.16 | 52.49 | - |
| YUV | 159.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 189 | 0.02 | 0.25 | 0 | 0.26 | 296.25 | 0.27 | 0.65 |
| Hex | BA | 8D | BD | 2 | 19 | 0 | 1A | 128 | 1B | 41 |
| Octal | 272 | 215 | 275 | 2 | 31 | 0 | 32 | 450 | 33 | 101 |
| Binary | 10111010 | 10001101 | 10111101 | 10 | 11001 | 0 | 11010 | 100101000 | 11011 | 1000001 |
Color Harmonies of #BA8DBD
Complementary color
Monochromatic Colors of #BA8DBD
Black with #BA8DBD
Text Example
Text Example
White with #BA8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8DBD; }
p { color: rgb(186,141,189); }
H1.HeaderClassName
{
color: #BA8DBD;
}
.AnyTagClassName
{
color: #BA8DBD;
}
</style>
background-color css
<style>
a { background-color: #BA8DBD; }
a { background-color: rgb(186,141,189); }
div.DivClassName
{
background-color: #BA8DBD;
}
.BgClassName
{
background-color: #BA8DBD;
}
</style>
border-color css
<style>
span { border-color: #BA8DBD; }
span { border-color: rgb(186,141,189); }
td.TdClassName
{
border-color: #BA8DBD;
}
.TagClassName
{
border-color: #BA8DBD;
}
</style>