Shades of London Hue #BA90B3
Tints of London Hue #BA90B3
RGB
CMYK
RGB Variations
Color information
#BA90B3 (or 0xBA90B3) is known color: London Hue. HEX triplet: BA, 90 and B3. RGB value is (186,144,179). Sum of RGB (Red+Green+Blue) = 186+144+179=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA90B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90B3 is #456F4C. Grayscale: #A0A0A0. Windows color (decimal): -4550477 or 11767994. OLE color: 11767994.
HSL color Cylindrical-coordinate representation of color #BA90B3: hue angle of 310º 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 #BA90B3 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 179 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.27 |
| HSL | 310º | 0.23% | 0.65% | - |
| HSV(B) | 310º | 0.23% | 0.73% | - |
| XYZ | 38.36 | 33.64 | 47.12 | - |
| YUV | 160.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 179 | 0 | 0.23 | 0.04 | 0.27 | 310 | 0.23 | 0.65 |
| Hex | BA | 90 | B3 | 0 | 17 | 4 | 1B | 136 | 17 | 41 |
| Octal | 272 | 220 | 263 | 0 | 27 | 4 | 33 | 466 | 27 | 101 |
| Binary | 10111010 | 10010000 | 10110011 | 0 | 10111 | 100 | 11011 | 100110110 | 10111 | 1000001 |
Color Harmonies of #BA90B3
Complementary color
Monochromatic Colors of #BA90B3
Black with #BA90B3
Text Example
Text Example
White with #BA90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90B3; }
p { color: rgb(186,144,179); }
H1.HeaderClassName
{
color: #BA90B3;
}
.AnyTagClassName
{
color: #BA90B3;
}
</style>
background-color css
<style>
a { background-color: #BA90B3; }
a { background-color: rgb(186,144,179); }
div.DivClassName
{
background-color: #BA90B3;
}
.BgClassName
{
background-color: #BA90B3;
}
</style>
border-color css
<style>
span { border-color: #BA90B3; }
span { border-color: rgb(186,144,179); }
td.TdClassName
{
border-color: #BA90B3;
}
.TagClassName
{
border-color: #BA90B3;
}
</style>