Shades of London Hue #BA94B5
Tints of London Hue #BA94B5
RGB
CMYK
RGB Variations
Color information
#BA94B5 (or 0xBA94B5) is known color: London Hue. HEX triplet: BA, 94 and B5. RGB value is (186,148,181). Sum of RGB (Red+Green+Blue) = 186+148+181=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BA94B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94B5 is #456B4A. Grayscale: #A3A3A3. Windows color (decimal): -4549451 or 11900090. OLE color: 11900090.
HSL color Cylindrical-coordinate representation of color #BA94B5: hue angle of 307.89º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA94B5 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 181 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.27 |
| HSL | 307.89º | 0.22% | 0.65% | - |
| HSV(B) | 307.89º | 0.2% | 0.73% | - |
| XYZ | 39.18 | 34.96 | 48.4 | - |
| YUV | 163.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 181 | 0 | 0.20 | 0.03 | 0.27 | 307.89 | 0.22 | 0.65 |
| Hex | BA | 94 | B5 | 0 | 14 | 3 | 1B | 134 | 16 | 41 |
| Octal | 272 | 224 | 265 | 0 | 24 | 3 | 33 | 464 | 26 | 101 |
| Binary | 10111010 | 10010100 | 10110101 | 0 | 10100 | 11 | 11011 | 100110100 | 10110 | 1000001 |
Color Harmonies of #BA94B5
Complementary color
Monochromatic Colors of #BA94B5
Black with #BA94B5
Text Example
Text Example
White with #BA94B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94B5; }
p { color: rgb(186,148,181); }
H1.HeaderClassName
{
color: #BA94B5;
}
.AnyTagClassName
{
color: #BA94B5;
}
</style>
background-color css
<style>
a { background-color: #BA94B5; }
a { background-color: rgb(186,148,181); }
div.DivClassName
{
background-color: #BA94B5;
}
.BgClassName
{
background-color: #BA94B5;
}
</style>
border-color css
<style>
span { border-color: #BA94B5; }
span { border-color: rgb(186,148,181); }
td.TdClassName
{
border-color: #BA94B5;
}
.TagClassName
{
border-color: #BA94B5;
}
</style>