Shades of London Hue #BA87BB
Tints of London Hue #BA87BB
RGB
CMYK
RGB Variations
Color information
#BA87BB (or 0xBA87BB) is known color: London Hue. HEX triplet: BA, 87 and BB. RGB value is (186,135,187). Sum of RGB (Red+Green+Blue) = 186+135+187=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA87BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87BB is #457844. Grayscale: #9C9C9C. Windows color (decimal): -4552773 or 12289978. OLE color: 12289978.
HSL color Cylindrical-coordinate representation of color #BA87BB: hue angle of 298.85º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA87BB is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 187 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.27 |
| HSL | 298.85º | 0.28% | 0.63% | - |
| HSV(B) | 298.85º | 0.28% | 0.73% | - |
| XYZ | 37.88 | 31.35 | 51.07 | - |
| YUV | 156.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 187 | 0.01 | 0.28 | 0 | 0.27 | 298.85 | 0.28 | 0.63 |
| Hex | BA | 87 | BB | 1 | 1C | 0 | 1B | 12B | 1C | 3F |
| Octal | 272 | 207 | 273 | 1 | 34 | 0 | 33 | 453 | 34 | 77 |
| Binary | 10111010 | 10000111 | 10111011 | 1 | 11100 | 0 | 11011 | 100101011 | 11100 | 111111 |
Color Harmonies of #BA87BB
Complementary color
Monochromatic Colors of #BA87BB
Black with #BA87BB
Text Example
Text Example
White with #BA87BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87BB; }
p { color: rgb(186,135,187); }
H1.HeaderClassName
{
color: #BA87BB;
}
.AnyTagClassName
{
color: #BA87BB;
}
</style>
background-color css
<style>
a { background-color: #BA87BB; }
a { background-color: rgb(186,135,187); }
div.DivClassName
{
background-color: #BA87BB;
}
.BgClassName
{
background-color: #BA87BB;
}
</style>
border-color css
<style>
span { border-color: #BA87BB; }
span { border-color: rgb(186,135,187); }
td.TdClassName
{
border-color: #BA87BB;
}
.TagClassName
{
border-color: #BA87BB;
}
</style>