Shades of London Hue #BA9DB8
Tints of London Hue #BA9DB8
RGB
CMYK
RGB Variations
Color information
#BA9DB8 (or 0xBA9DB8) is known color: London Hue. HEX triplet: BA, 9D and B8. RGB value is (186,157,184). Sum of RGB (Red+Green+Blue) = 186+157+184=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DB8 is #456247. Grayscale: #A8A8A8. Windows color (decimal): -4547144 or 12099002. OLE color: 12099002.
HSL color Cylindrical-coordinate representation of color #BA9DB8: hue angle of 304.14º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9DB8 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 184 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.27 |
| HSL | 304.14º | 0.17% | 0.67% | - |
| HSV(B) | 304.14º | 0.16% | 0.73% | - |
| XYZ | 40.96 | 38.01 | 50.53 | - |
| YUV | 168.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 184 | 0 | 0.16 | 0.01 | 0.27 | 304.14 | 0.17 | 0.67 |
| Hex | BA | 9D | B8 | 0 | 10 | 1 | 1B | 130 | 11 | 43 |
| Octal | 272 | 235 | 270 | 0 | 20 | 1 | 33 | 460 | 21 | 103 |
| Binary | 10111010 | 10011101 | 10111000 | 0 | 10000 | 1 | 11011 | 100110000 | 10001 | 1000011 |
Color Harmonies of #BA9DB8
Complementary color
Monochromatic Colors of #BA9DB8
Black with #BA9DB8
Text Example
Text Example
White with #BA9DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DB8; }
p { color: rgb(186,157,184); }
H1.HeaderClassName
{
color: #BA9DB8;
}
.AnyTagClassName
{
color: #BA9DB8;
}
</style>
background-color css
<style>
a { background-color: #BA9DB8; }
a { background-color: rgb(186,157,184); }
div.DivClassName
{
background-color: #BA9DB8;
}
.BgClassName
{
background-color: #BA9DB8;
}
</style>
border-color css
<style>
span { border-color: #BA9DB8; }
span { border-color: rgb(186,157,184); }
td.TdClassName
{
border-color: #BA9DB8;
}
.TagClassName
{
border-color: #BA9DB8;
}
</style>