Shades of London Hue #BA92B0
Tints of London Hue #BA92B0
RGB
CMYK
RGB Variations
Color information
#BA92B0 (or 0xBA92B0) is known color: London Hue. HEX triplet: BA, 92 and B0. RGB value is (186,146,176). Sum of RGB (Red+Green+Blue) = 186+146+176=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BA92B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA92B0 is #456D4F. Grayscale: #A1A1A1. Windows color (decimal): -4549968 or 11571898. OLE color: 11571898.
HSL color Cylindrical-coordinate representation of color #BA92B0: hue angle of 315º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA92B0 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 176 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.27 |
| HSL | 315º | 0.22% | 0.65% | - |
| HSV(B) | 315º | 0.22% | 0.73% | - |
| XYZ | 38.37 | 34.13 | 45.64 | - |
| YUV | 161.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 176 | 0 | 0.22 | 0.05 | 0.27 | 315 | 0.22 | 0.65 |
| Hex | BA | 92 | B0 | 0 | 16 | 5 | 1B | 13B | 16 | 41 |
| Octal | 272 | 222 | 260 | 0 | 26 | 5 | 33 | 473 | 26 | 101 |
| Binary | 10111010 | 10010010 | 10110000 | 0 | 10110 | 101 | 11011 | 100111011 | 10110 | 1000001 |
Color Harmonies of #BA92B0
Complementary color
Monochromatic Colors of #BA92B0
Black with #BA92B0
Text Example
Text Example
White with #BA92B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA92B0; }
p { color: rgb(186,146,176); }
H1.HeaderClassName
{
color: #BA92B0;
}
.AnyTagClassName
{
color: #BA92B0;
}
</style>
background-color css
<style>
a { background-color: #BA92B0; }
a { background-color: rgb(186,146,176); }
div.DivClassName
{
background-color: #BA92B0;
}
.BgClassName
{
background-color: #BA92B0;
}
</style>
border-color css
<style>
span { border-color: #BA92B0; }
span { border-color: rgb(186,146,176); }
td.TdClassName
{
border-color: #BA92B0;
}
.TagClassName
{
border-color: #BA92B0;
}
</style>