Shades of London Hue #BA91BB
Tints of London Hue #BA91BB
RGB
CMYK
RGB Variations
Color information
#BA91BB (or 0xBA91BB) is known color: London Hue. HEX triplet: BA, 91 and BB. RGB value is (186,145,187). Sum of RGB (Red+Green+Blue) = 186+145+187=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA91BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91BB is #456E44. Grayscale: #A1A1A1. Windows color (decimal): -4550213 or 12292538. OLE color: 12292538.
HSL color Cylindrical-coordinate representation of color #BA91BB: hue angle of 298.57º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA91BB is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 187 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.27 |
| HSL | 298.57º | 0.24% | 0.65% | - |
| HSV(B) | 298.57º | 0.22% | 0.73% | - |
| XYZ | 39.34 | 34.28 | 51.56 | - |
| YUV | 162.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 187 | 0.01 | 0.22 | 0 | 0.27 | 298.57 | 0.24 | 0.65 |
| Hex | BA | 91 | BB | 1 | 16 | 0 | 1B | 12B | 18 | 41 |
| Octal | 272 | 221 | 273 | 1 | 26 | 0 | 33 | 453 | 30 | 101 |
| Binary | 10111010 | 10010001 | 10111011 | 1 | 10110 | 0 | 11011 | 100101011 | 11000 | 1000001 |
Color Harmonies of #BA91BB
Complementary color
Monochromatic Colors of #BA91BB
Black with #BA91BB
Text Example
Text Example
White with #BA91BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA91BB; }
p { color: rgb(186,145,187); }
H1.HeaderClassName
{
color: #BA91BB;
}
.AnyTagClassName
{
color: #BA91BB;
}
</style>
background-color css
<style>
a { background-color: #BA91BB; }
a { background-color: rgb(186,145,187); }
div.DivClassName
{
background-color: #BA91BB;
}
.BgClassName
{
background-color: #BA91BB;
}
</style>
border-color css
<style>
span { border-color: #BA91BB; }
span { border-color: rgb(186,145,187); }
td.TdClassName
{
border-color: #BA91BB;
}
.TagClassName
{
border-color: #BA91BB;
}
</style>