Shades of London Hue #BA95BA
Tints of London Hue #BA95BA
RGB
CMYK
RGB Variations
Color information
#BA95BA (or 0xBA95BA) is known color: London Hue. HEX triplet: BA, 95 and BA. RGB value is (186,149,186). Sum of RGB (Red+Green+Blue) = 186+149+186=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA95BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95BA is #456A45. Grayscale: #A4A4A4. Windows color (decimal): -4549190 or 12228026. OLE color: 12228026.
HSL color Cylindrical-coordinate representation of color #BA95BA: hue angle of 300º 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 #BA95BA is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 186 | - |
| CMYK | 0 | 0.20 | 0 | 0.27 |
| HSL | 300º | 0.21% | 0.66% | - |
| HSV(B) | 300º | 0.2% | 0.73% | - |
| XYZ | 39.86 | 35.48 | 51.2 | - |
| YUV | 164.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 186 | 0 | 0.20 | 0 | 0.27 | 300 | 0.21 | 0.66 |
| Hex | BA | 95 | BA | 0 | 14 | 0 | 1B | 12C | 15 | 42 |
| Octal | 272 | 225 | 272 | 0 | 24 | 0 | 33 | 454 | 25 | 102 |
| Binary | 10111010 | 10010101 | 10111010 | 0 | 10100 | 0 | 11011 | 100101100 | 10101 | 1000010 |
Color Harmonies of #BA95BA
Complementary color
Monochromatic Colors of #BA95BA
Black with #BA95BA
Text Example
Text Example
White with #BA95BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95BA; }
p { color: rgb(186,149,186); }
H1.HeaderClassName
{
color: #BA95BA;
}
.AnyTagClassName
{
color: #BA95BA;
}
</style>
background-color css
<style>
a { background-color: #BA95BA; }
a { background-color: rgb(186,149,186); }
div.DivClassName
{
background-color: #BA95BA;
}
.BgClassName
{
background-color: #BA95BA;
}
</style>
border-color css
<style>
span { border-color: #BA95BA; }
span { border-color: rgb(186,149,186); }
td.TdClassName
{
border-color: #BA95BA;
}
.TagClassName
{
border-color: #BA95BA;
}
</style>