Shades of London Hue #BA97B7
Tints of London Hue #BA97B7
RGB
CMYK
RGB Variations
Color information
#BA97B7 (or 0xBA97B7) is known color: London Hue. HEX triplet: BA, 97 and B7. RGB value is (186,151,183). Sum of RGB (Red+Green+Blue) = 186+151+183=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BA97B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97B7 is #456848. Grayscale: #A5A5A5. Windows color (decimal): -4548681 or 12031930. OLE color: 12031930.
HSL color Cylindrical-coordinate representation of color #BA97B7: hue angle of 305.14º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA97B7 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 183 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.27 |
| HSL | 305.14º | 0.2% | 0.66% | - |
| HSV(B) | 305.14º | 0.19% | 0.73% | - |
| XYZ | 39.86 | 35.99 | 49.65 | - |
| YUV | 165.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 183 | 0 | 0.19 | 0.02 | 0.27 | 305.14 | 0.2 | 0.66 |
| Hex | BA | 97 | B7 | 0 | 13 | 2 | 1B | 131 | 14 | 42 |
| Octal | 272 | 227 | 267 | 0 | 23 | 2 | 33 | 461 | 24 | 102 |
| Binary | 10111010 | 10010111 | 10110111 | 0 | 10011 | 10 | 11011 | 100110001 | 10100 | 1000010 |
Color Harmonies of #BA97B7
Complementary color
Monochromatic Colors of #BA97B7
Black with #BA97B7
Text Example
Text Example
White with #BA97B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA97B7; }
p { color: rgb(186,151,183); }
H1.HeaderClassName
{
color: #BA97B7;
}
.AnyTagClassName
{
color: #BA97B7;
}
</style>
background-color css
<style>
a { background-color: #BA97B7; }
a { background-color: rgb(186,151,183); }
div.DivClassName
{
background-color: #BA97B7;
}
.BgClassName
{
background-color: #BA97B7;
}
</style>
border-color css
<style>
span { border-color: #BA97B7; }
span { border-color: rgb(186,151,183); }
td.TdClassName
{
border-color: #BA97B7;
}
.TagClassName
{
border-color: #BA97B7;
}
</style>