Shades of London Hue #BA92B8
Tints of London Hue #BA92B8
RGB
CMYK
RGB Variations
Color information
#BA92B8 (or 0xBA92B8) is known color: London Hue. HEX triplet: BA, 92 and B8. RGB value is (186,146,184). Sum of RGB (Red+Green+Blue) = 186+146+184=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BA92B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92B8 is #456D47. Grayscale: #A2A2A2. Windows color (decimal): -4549960 or 12096186. OLE color: 12096186.
HSL color Cylindrical-coordinate representation of color #BA92B8: hue angle of 303º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA92B8 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 184 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.27 |
| HSL | 303º | 0.22% | 0.65% | - |
| HSV(B) | 303º | 0.22% | 0.73% | - |
| XYZ | 39.18 | 34.46 | 49.93 | - |
| YUV | 162.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 184 | 0 | 0.22 | 0.01 | 0.27 | 303 | 0.22 | 0.65 |
| Hex | BA | 92 | B8 | 0 | 16 | 1 | 1B | 12F | 16 | 41 |
| Octal | 272 | 222 | 270 | 0 | 26 | 1 | 33 | 457 | 26 | 101 |
| Binary | 10111010 | 10010010 | 10111000 | 0 | 10110 | 1 | 11011 | 100101111 | 10110 | 1000001 |
Color Harmonies of #BA92B8
Complementary color
Monochromatic Colors of #BA92B8
Black with #BA92B8
Text Example
Text Example
White with #BA92B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA92B8; }
p { color: rgb(186,146,184); }
H1.HeaderClassName
{
color: #BA92B8;
}
.AnyTagClassName
{
color: #BA92B8;
}
</style>
background-color css
<style>
a { background-color: #BA92B8; }
a { background-color: rgb(186,146,184); }
div.DivClassName
{
background-color: #BA92B8;
}
.BgClassName
{
background-color: #BA92B8;
}
</style>
border-color css
<style>
span { border-color: #BA92B8; }
span { border-color: rgb(186,146,184); }
td.TdClassName
{
border-color: #BA92B8;
}
.TagClassName
{
border-color: #BA92B8;
}
</style>