Shades of London Hue #BAA4B7
Tints of London Hue #BAA4B7
RGB
CMYK
RGB Variations
Color information
#BAA4B7 (or 0xBAA4B7) is known color: London Hue. HEX triplet: BA, A4 and B7. RGB value is (186,164,183). Sum of RGB (Red+Green+Blue) = 186+164+183=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA4B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4B7 is #455B48. Grayscale: #ACACAC. Windows color (decimal): -4545353 or 12035258. OLE color: 12035258.
HSL color Cylindrical-coordinate representation of color #BAA4B7: hue angle of 308.18º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA4B7 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 183 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.27 |
| HSL | 308.18º | 0.14% | 0.69% | - |
| HSV(B) | 308.18º | 0.12% | 0.73% | - |
| XYZ | 42.07 | 40.41 | 50.38 | - |
| YUV | 172.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 183 | 0 | 0.12 | 0.02 | 0.27 | 308.18 | 0.14 | 0.69 |
| Hex | BA | A4 | B7 | 0 | C | 2 | 1B | 134 | E | 45 |
| Octal | 272 | 244 | 267 | 0 | 14 | 2 | 33 | 464 | 16 | 105 |
| Binary | 10111010 | 10100100 | 10110111 | 0 | 1100 | 10 | 11011 | 100110100 | 1110 | 1000101 |
Color Harmonies of #BAA4B7
Complementary color
Monochromatic Colors of #BAA4B7
Black with #BAA4B7
Text Example
Text Example
White with #BAA4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4B7; }
p { color: rgb(186,164,183); }
H1.HeaderClassName
{
color: #BAA4B7;
}
.AnyTagClassName
{
color: #BAA4B7;
}
</style>
background-color css
<style>
a { background-color: #BAA4B7; }
a { background-color: rgb(186,164,183); }
div.DivClassName
{
background-color: #BAA4B7;
}
.BgClassName
{
background-color: #BAA4B7;
}
</style>
border-color css
<style>
span { border-color: #BAA4B7; }
span { border-color: rgb(186,164,183); }
td.TdClassName
{
border-color: #BAA4B7;
}
.TagClassName
{
border-color: #BAA4B7;
}
</style>