Shades of London Hue #BA90B6
Tints of London Hue #BA90B6
RGB
CMYK
RGB Variations
Color information
#BA90B6 (or 0xBA90B6) is known color: London Hue. HEX triplet: BA, 90 and B6. RGB value is (186,144,182). Sum of RGB (Red+Green+Blue) = 186+144+182=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BA90B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90B6 is #456F49. Grayscale: #A0A0A0. Windows color (decimal): -4550474 or 11964602. OLE color: 11964602.
HSL color Cylindrical-coordinate representation of color #BA90B6: hue angle of 305.71º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA90B6 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 182 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.27 |
| HSL | 305.71º | 0.23% | 0.65% | - |
| HSV(B) | 305.71º | 0.23% | 0.73% | - |
| XYZ | 38.67 | 33.76 | 48.73 | - |
| YUV | 160.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 182 | 0 | 0.23 | 0.02 | 0.27 | 305.71 | 0.23 | 0.65 |
| Hex | BA | 90 | B6 | 0 | 17 | 2 | 1B | 132 | 17 | 41 |
| Octal | 272 | 220 | 266 | 0 | 27 | 2 | 33 | 462 | 27 | 101 |
| Binary | 10111010 | 10010000 | 10110110 | 0 | 10111 | 10 | 11011 | 100110010 | 10111 | 1000001 |
Color Harmonies of #BA90B6
Complementary color
Monochromatic Colors of #BA90B6
Black with #BA90B6
Text Example
Text Example
White with #BA90B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90B6; }
p { color: rgb(186,144,182); }
H1.HeaderClassName
{
color: #BA90B6;
}
.AnyTagClassName
{
color: #BA90B6;
}
</style>
background-color css
<style>
a { background-color: #BA90B6; }
a { background-color: rgb(186,144,182); }
div.DivClassName
{
background-color: #BA90B6;
}
.BgClassName
{
background-color: #BA90B6;
}
</style>
border-color css
<style>
span { border-color: #BA90B6; }
span { border-color: rgb(186,144,182); }
td.TdClassName
{
border-color: #BA90B6;
}
.TagClassName
{
border-color: #BA90B6;
}
</style>