Shades of London Hue #BA91BC
Tints of London Hue #BA91BC
RGB
CMYK
RGB Variations
Color information
#BA91BC (or 0xBA91BC) is known color: London Hue. HEX triplet: BA, 91 and BC. RGB value is (186,145,188). Sum of RGB (Red+Green+Blue) = 186+145+188=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA91BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91BC is #456E43. Grayscale: #A2A2A2. Windows color (decimal): -4550212 or 12358074. OLE color: 12358074.
HSL color Cylindrical-coordinate representation of color #BA91BC: hue angle of 297.21º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA91BC is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 145 | 188 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.26 |
| HSL | 297.21º | 0.24% | 0.65% | - |
| HSV(B) | 297.21º | 0.23% | 0.74% | - |
| XYZ | 39.45 | 34.32 | 52.12 | - |
| YUV | 162.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 188 | 0.01 | 0.23 | 0 | 0.26 | 297.21 | 0.24 | 0.65 |
| Hex | BA | 91 | BC | 1 | 17 | 0 | 1A | 129 | 18 | 41 |
| Octal | 272 | 221 | 274 | 1 | 27 | 0 | 32 | 451 | 30 | 101 |
| Binary | 10111010 | 10010001 | 10111100 | 1 | 10111 | 0 | 11010 | 100101001 | 11000 | 1000001 |
Color Harmonies of #BA91BC
Complementary color
Monochromatic Colors of #BA91BC
Black with #BA91BC
Text Example
Text Example
White with #BA91BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA91BC; }
p { color: rgb(186,145,188); }
H1.HeaderClassName
{
color: #BA91BC;
}
.AnyTagClassName
{
color: #BA91BC;
}
</style>
background-color css
<style>
a { background-color: #BA91BC; }
a { background-color: rgb(186,145,188); }
div.DivClassName
{
background-color: #BA91BC;
}
.BgClassName
{
background-color: #BA91BC;
}
</style>
border-color css
<style>
span { border-color: #BA91BC; }
span { border-color: rgb(186,145,188); }
td.TdClassName
{
border-color: #BA91BC;
}
.TagClassName
{
border-color: #BA91BC;
}
</style>