Shades of London Hue #BA7FB6
Tints of London Hue #BA7FB6
RGB
CMYK
RGB Variations
Color information
#BA7FB6 (or 0xBA7FB6) is known color: London Hue. HEX triplet: BA, 7F and B6. RGB value is (186,127,182). Sum of RGB (Red+Green+Blue) = 186+127+182=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FB6 is #458049. Grayscale: #969696. Windows color (decimal): -4554826 or 11960250. OLE color: 11960250.
HSL color Cylindrical-coordinate representation of color #BA7FB6: hue angle of 304.07º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7FB6 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 182 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.27 |
| HSL | 304.07º | 0.3% | 0.61% | - |
| HSV(B) | 304.07º | 0.32% | 0.73% | - |
| XYZ | 36.28 | 29 | 47.94 | - |
| YUV | 150.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 182 | 0 | 0.32 | 0.02 | 0.27 | 304.07 | 0.3 | 0.61 |
| Hex | BA | 7F | B6 | 0 | 20 | 2 | 1B | 130 | 1E | 3D |
| Octal | 272 | 177 | 266 | 0 | 40 | 2 | 33 | 460 | 36 | 75 |
| Binary | 10111010 | 1111111 | 10110110 | 0 | 100000 | 10 | 11011 | 100110000 | 11110 | 111101 |
Color Harmonies of #BA7FB6
Complementary color
Monochromatic Colors of #BA7FB6
Black with #BA7FB6
Text Example
Text Example
White with #BA7FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FB6; }
p { color: rgb(186,127,182); }
H1.HeaderClassName
{
color: #BA7FB6;
}
.AnyTagClassName
{
color: #BA7FB6;
}
</style>
background-color css
<style>
a { background-color: #BA7FB6; }
a { background-color: rgb(186,127,182); }
div.DivClassName
{
background-color: #BA7FB6;
}
.BgClassName
{
background-color: #BA7FB6;
}
</style>
border-color css
<style>
span { border-color: #BA7FB6; }
span { border-color: rgb(186,127,182); }
td.TdClassName
{
border-color: #BA7FB6;
}
.TagClassName
{
border-color: #BA7FB6;
}
</style>