Shades of London Hue #BA95B7
Tints of London Hue #BA95B7
RGB
CMYK
RGB Variations
Color information
#BA95B7 (or 0xBA95B7) is known color: London Hue. HEX triplet: BA, 95 and B7. RGB value is (186,149,183). Sum of RGB (Red+Green+Blue) = 186+149+183=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BA95B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95B7 is #456A48. Grayscale: #A3A3A3. Windows color (decimal): -4549193 or 12031418. OLE color: 12031418.
HSL color Cylindrical-coordinate representation of color #BA95B7: hue angle of 304.86º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA95B7 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 183 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.27 |
| HSL | 304.86º | 0.21% | 0.66% | - |
| HSV(B) | 304.86º | 0.2% | 0.73% | - |
| XYZ | 39.54 | 35.35 | 49.54 | - |
| YUV | 163.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 183 | 0 | 0.20 | 0.02 | 0.27 | 304.86 | 0.21 | 0.66 |
| Hex | BA | 95 | B7 | 0 | 14 | 2 | 1B | 131 | 15 | 42 |
| Octal | 272 | 225 | 267 | 0 | 24 | 2 | 33 | 461 | 25 | 102 |
| Binary | 10111010 | 10010101 | 10110111 | 0 | 10100 | 10 | 11011 | 100110001 | 10101 | 1000010 |
Color Harmonies of #BA95B7
Complementary color
Monochromatic Colors of #BA95B7
Black with #BA95B7
Text Example
Text Example
White with #BA95B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95B7; }
p { color: rgb(186,149,183); }
H1.HeaderClassName
{
color: #BA95B7;
}
.AnyTagClassName
{
color: #BA95B7;
}
</style>
background-color css
<style>
a { background-color: #BA95B7; }
a { background-color: rgb(186,149,183); }
div.DivClassName
{
background-color: #BA95B7;
}
.BgClassName
{
background-color: #BA95B7;
}
</style>
border-color css
<style>
span { border-color: #BA95B7; }
span { border-color: rgb(186,149,183); }
td.TdClassName
{
border-color: #BA95B7;
}
.TagClassName
{
border-color: #BA95B7;
}
</style>