Shades of London Hue #BA9CB6
Tints of London Hue #BA9CB6
RGB
CMYK
RGB Variations
Color information
#BA9CB6 (or 0xBA9CB6) is known color: London Hue. HEX triplet: BA, 9C and B6. RGB value is (186,156,182). Sum of RGB (Red+Green+Blue) = 186+156+182=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CB6 is #456349. Grayscale: #A7A7A7. Windows color (decimal): -4547402 or 11967674. OLE color: 11967674.
HSL color Cylindrical-coordinate representation of color #BA9CB6: hue angle of 308º degrees, saturation: 0.18, 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 #BA9CB6 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 182 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.27 |
| HSL | 308º | 0.18% | 0.67% | - |
| HSV(B) | 308º | 0.16% | 0.73% | - |
| XYZ | 40.58 | 37.59 | 49.37 | - |
| YUV | 167.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 182 | 0 | 0.16 | 0.02 | 0.27 | 308 | 0.18 | 0.67 |
| Hex | BA | 9C | B6 | 0 | 10 | 2 | 1B | 134 | 12 | 43 |
| Octal | 272 | 234 | 266 | 0 | 20 | 2 | 33 | 464 | 22 | 103 |
| Binary | 10111010 | 10011100 | 10110110 | 0 | 10000 | 10 | 11011 | 100110100 | 10010 | 1000011 |
Color Harmonies of #BA9CB6
Complementary color
Monochromatic Colors of #BA9CB6
Black with #BA9CB6
Text Example
Text Example
White with #BA9CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CB6; }
p { color: rgb(186,156,182); }
H1.HeaderClassName
{
color: #BA9CB6;
}
.AnyTagClassName
{
color: #BA9CB6;
}
</style>
background-color css
<style>
a { background-color: #BA9CB6; }
a { background-color: rgb(186,156,182); }
div.DivClassName
{
background-color: #BA9CB6;
}
.BgClassName
{
background-color: #BA9CB6;
}
</style>
border-color css
<style>
span { border-color: #BA9CB6; }
span { border-color: rgb(186,156,182); }
td.TdClassName
{
border-color: #BA9CB6;
}
.TagClassName
{
border-color: #BA9CB6;
}
</style>