Shades of London Hue #BA89B6
Tints of London Hue #BA89B6
RGB
CMYK
RGB Variations
Color information
#BA89B6 (or 0xBA89B6) is known color: London Hue. HEX triplet: BA, 89 and B6. RGB value is (186,137,182). Sum of RGB (Red+Green+Blue) = 186+137+182=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BA89B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89B6 is #457649. Grayscale: #9C9C9C. Windows color (decimal): -4552266 or 11962810. OLE color: 11962810.
HSL color Cylindrical-coordinate representation of color #BA89B6: hue angle of 304.9º 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 #BA89B6 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 182 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.27 |
| HSL | 304.9º | 0.26% | 0.63% | - |
| HSV(B) | 304.9º | 0.26% | 0.73% | - |
| XYZ | 37.64 | 31.71 | 48.39 | - |
| YUV | 156.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 182 | 0 | 0.26 | 0.02 | 0.27 | 304.9 | 0.26 | 0.63 |
| Hex | BA | 89 | B6 | 0 | 1A | 2 | 1B | 131 | 1A | 3F |
| Octal | 272 | 211 | 266 | 0 | 32 | 2 | 33 | 461 | 32 | 77 |
| Binary | 10111010 | 10001001 | 10110110 | 0 | 11010 | 10 | 11011 | 100110001 | 11010 | 111111 |
Color Harmonies of #BA89B6
Complementary color
Monochromatic Colors of #BA89B6
Black with #BA89B6
Text Example
Text Example
White with #BA89B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA89B6; }
p { color: rgb(186,137,182); }
H1.HeaderClassName
{
color: #BA89B6;
}
.AnyTagClassName
{
color: #BA89B6;
}
</style>
background-color css
<style>
a { background-color: #BA89B6; }
a { background-color: rgb(186,137,182); }
div.DivClassName
{
background-color: #BA89B6;
}
.BgClassName
{
background-color: #BA89B6;
}
</style>
border-color css
<style>
span { border-color: #BA89B6; }
span { border-color: rgb(186,137,182); }
td.TdClassName
{
border-color: #BA89B6;
}
.TagClassName
{
border-color: #BA89B6;
}
</style>