Shades of London Hue #BA89B1
Tints of London Hue #BA89B1
RGB
CMYK
RGB Variations
Color information
#BA89B1 (or 0xBA89B1) is known color: London Hue. HEX triplet: BA, 89 and B1. RGB value is (186,137,177). Sum of RGB (Red+Green+Blue) = 186+137+177=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA89B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA89B1 is #45764E. Grayscale: #9C9C9C. Windows color (decimal): -4552271 or 11635130. OLE color: 11635130.
HSL color Cylindrical-coordinate representation of color #BA89B1: hue angle of 311.02º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA89B1 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 177 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.27 |
| HSL | 311.02º | 0.26% | 0.63% | - |
| HSV(B) | 311.02º | 0.26% | 0.73% | - |
| XYZ | 37.13 | 31.5 | 45.72 | - |
| YUV | 156.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 177 | 0 | 0.26 | 0.05 | 0.27 | 311.02 | 0.26 | 0.63 |
| Hex | BA | 89 | B1 | 0 | 1A | 5 | 1B | 137 | 1A | 3F |
| Octal | 272 | 211 | 261 | 0 | 32 | 5 | 33 | 467 | 32 | 77 |
| Binary | 10111010 | 10001001 | 10110001 | 0 | 11010 | 101 | 11011 | 100110111 | 11010 | 111111 |
Color Harmonies of #BA89B1
Complementary color
Monochromatic Colors of #BA89B1
Black with #BA89B1
Text Example
Text Example
White with #BA89B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA89B1; }
p { color: rgb(186,137,177); }
H1.HeaderClassName
{
color: #BA89B1;
}
.AnyTagClassName
{
color: #BA89B1;
}
</style>
background-color css
<style>
a { background-color: #BA89B1; }
a { background-color: rgb(186,137,177); }
div.DivClassName
{
background-color: #BA89B1;
}
.BgClassName
{
background-color: #BA89B1;
}
</style>
border-color css
<style>
span { border-color: #BA89B1; }
span { border-color: rgb(186,137,177); }
td.TdClassName
{
border-color: #BA89B1;
}
.TagClassName
{
border-color: #BA89B1;
}
</style>