Shades of London Hue #BA8FB1
Tints of London Hue #BA8FB1
RGB
CMYK
RGB Variations
Color information
#BA8FB1 (or 0xBA8FB1) is known color: London Hue. HEX triplet: BA, 8F and B1. RGB value is (186,143,177). Sum of RGB (Red+Green+Blue) = 186+143+177=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8FB1 is #45704E. Grayscale: #9F9F9F. Windows color (decimal): -4550735 or 11636666. OLE color: 11636666.
HSL color Cylindrical-coordinate representation of color #BA8FB1: hue angle of 312.56º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA8FB1 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 177 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.27 |
| HSL | 312.56º | 0.24% | 0.65% | - |
| HSV(B) | 312.56º | 0.23% | 0.73% | - |
| XYZ | 38.01 | 33.26 | 46.01 | - |
| YUV | 159.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 177 | 0 | 0.23 | 0.05 | 0.27 | 312.56 | 0.24 | 0.65 |
| Hex | BA | 8F | B1 | 0 | 17 | 5 | 1B | 139 | 18 | 41 |
| Octal | 272 | 217 | 261 | 0 | 27 | 5 | 33 | 471 | 30 | 101 |
| Binary | 10111010 | 10001111 | 10110001 | 0 | 10111 | 101 | 11011 | 100111001 | 11000 | 1000001 |
Color Harmonies of #BA8FB1
Complementary color
Monochromatic Colors of #BA8FB1
Black with #BA8FB1
Text Example
Text Example
White with #BA8FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FB1; }
p { color: rgb(186,143,177); }
H1.HeaderClassName
{
color: #BA8FB1;
}
.AnyTagClassName
{
color: #BA8FB1;
}
</style>
background-color css
<style>
a { background-color: #BA8FB1; }
a { background-color: rgb(186,143,177); }
div.DivClassName
{
background-color: #BA8FB1;
}
.BgClassName
{
background-color: #BA8FB1;
}
</style>
border-color css
<style>
span { border-color: #BA8FB1; }
span { border-color: rgb(186,143,177); }
td.TdClassName
{
border-color: #BA8FB1;
}
.TagClassName
{
border-color: #BA8FB1;
}
</style>