Shades of London Hue #BA9FB6
Tints of London Hue #BA9FB6
RGB
CMYK
RGB Variations
Color information
#BA9FB6 (or 0xBA9FB6) is known color: London Hue. HEX triplet: BA, 9F and B6. RGB value is (186,159,182). Sum of RGB (Red+Green+Blue) = 186+159+182=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FB6 is #456049. Grayscale: #A9A9A9. Windows color (decimal): -4546634 or 11968442. OLE color: 11968442.
HSL color Cylindrical-coordinate representation of color #BA9FB6: hue angle of 308.89º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BA9FB6 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 182 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.27 |
| HSL | 308.89º | 0.16% | 0.68% | - |
| HSV(B) | 308.89º | 0.15% | 0.73% | - |
| XYZ | 41.09 | 38.61 | 49.54 | - |
| YUV | 169.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 182 | 0 | 0.15 | 0.02 | 0.27 | 308.89 | 0.16 | 0.68 |
| Hex | BA | 9F | B6 | 0 | F | 2 | 1B | 135 | 10 | 44 |
| Octal | 272 | 237 | 266 | 0 | 17 | 2 | 33 | 465 | 20 | 104 |
| Binary | 10111010 | 10011111 | 10110110 | 0 | 1111 | 10 | 11011 | 100110101 | 10000 | 1000100 |
Color Harmonies of #BA9FB6
Complementary color
Monochromatic Colors of #BA9FB6
Black with #BA9FB6
Text Example
Text Example
White with #BA9FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FB6; }
p { color: rgb(186,159,182); }
H1.HeaderClassName
{
color: #BA9FB6;
}
.AnyTagClassName
{
color: #BA9FB6;
}
</style>
background-color css
<style>
a { background-color: #BA9FB6; }
a { background-color: rgb(186,159,182); }
div.DivClassName
{
background-color: #BA9FB6;
}
.BgClassName
{
background-color: #BA9FB6;
}
</style>
border-color css
<style>
span { border-color: #BA9FB6; }
span { border-color: rgb(186,159,182); }
td.TdClassName
{
border-color: #BA9FB6;
}
.TagClassName
{
border-color: #BA9FB6;
}
</style>