Shades of London Hue #BA9BB5
Tints of London Hue #BA9BB5
RGB
CMYK
RGB Variations
Color information
#BA9BB5 (or 0xBA9BB5) is known color: London Hue. HEX triplet: BA, 9B and B5. RGB value is (186,155,181). Sum of RGB (Red+Green+Blue) = 186+155+181=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BB5 is #45644A. Grayscale: #A7A7A7. Windows color (decimal): -4547659 or 11901882. OLE color: 11901882.
HSL color Cylindrical-coordinate representation of color #BA9BB5: hue angle of 309.68º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9BB5 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 181 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.27 |
| HSL | 309.68º | 0.18% | 0.67% | - |
| HSV(B) | 309.68º | 0.17% | 0.73% | - |
| XYZ | 40.31 | 37.22 | 48.78 | - |
| YUV | 167.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 181 | 0 | 0.17 | 0.03 | 0.27 | 309.68 | 0.18 | 0.67 |
| Hex | BA | 9B | B5 | 0 | 11 | 3 | 1B | 136 | 12 | 43 |
| Octal | 272 | 233 | 265 | 0 | 21 | 3 | 33 | 466 | 22 | 103 |
| Binary | 10111010 | 10011011 | 10110101 | 0 | 10001 | 11 | 11011 | 100110110 | 10010 | 1000011 |
Color Harmonies of #BA9BB5
Complementary color
Monochromatic Colors of #BA9BB5
Black with #BA9BB5
Text Example
Text Example
White with #BA9BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BB5; }
p { color: rgb(186,155,181); }
H1.HeaderClassName
{
color: #BA9BB5;
}
.AnyTagClassName
{
color: #BA9BB5;
}
</style>
background-color css
<style>
a { background-color: #BA9BB5; }
a { background-color: rgb(186,155,181); }
div.DivClassName
{
background-color: #BA9BB5;
}
.BgClassName
{
background-color: #BA9BB5;
}
</style>
border-color css
<style>
span { border-color: #BA9BB5; }
span { border-color: rgb(186,155,181); }
td.TdClassName
{
border-color: #BA9BB5;
}
.TagClassName
{
border-color: #BA9BB5;
}
</style>