Shades of London Hue #BA87B9
Tints of London Hue #BA87B9
RGB
CMYK
RGB Variations
Color information
#BA87B9 (or 0xBA87B9) is known color: London Hue. HEX triplet: BA, 87 and B9. RGB value is (186,135,185). Sum of RGB (Red+Green+Blue) = 186+135+185=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BA87B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87B9 is #457846. Grayscale: #9B9B9B. Windows color (decimal): -4552775 or 12158906. OLE color: 12158906.
HSL color Cylindrical-coordinate representation of color #BA87B9: hue angle of 301.18º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA87B9 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 185 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.27 |
| HSL | 301.18º | 0.27% | 0.63% | - |
| HSV(B) | 301.18º | 0.27% | 0.73% | - |
| XYZ | 37.67 | 31.27 | 49.95 | - |
| YUV | 155.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 185 | 0 | 0.27 | 0.01 | 0.27 | 301.18 | 0.27 | 0.63 |
| Hex | BA | 87 | B9 | 0 | 1B | 1 | 1B | 12D | 1B | 3F |
| Octal | 272 | 207 | 271 | 0 | 33 | 1 | 33 | 455 | 33 | 77 |
| Binary | 10111010 | 10000111 | 10111001 | 0 | 11011 | 1 | 11011 | 100101101 | 11011 | 111111 |
Color Harmonies of #BA87B9
Complementary color
Monochromatic Colors of #BA87B9
Black with #BA87B9
Text Example
Text Example
White with #BA87B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87B9; }
p { color: rgb(186,135,185); }
H1.HeaderClassName
{
color: #BA87B9;
}
.AnyTagClassName
{
color: #BA87B9;
}
</style>
background-color css
<style>
a { background-color: #BA87B9; }
a { background-color: rgb(186,135,185); }
div.DivClassName
{
background-color: #BA87B9;
}
.BgClassName
{
background-color: #BA87B9;
}
</style>
border-color css
<style>
span { border-color: #BA87B9; }
span { border-color: rgb(186,135,185); }
td.TdClassName
{
border-color: #BA87B9;
}
.TagClassName
{
border-color: #BA87B9;
}
</style>