Shades of London Hue #B390A6
Tints of London Hue #B390A6
RGB
CMYK
RGB Variations
Color information
#B390A6 (or 0xB390A6) is known color: London Hue. HEX triplet: B3, 90 and A6. RGB value is (179,144,166). Sum of RGB (Red+Green+Blue) = 179+144+166=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B390A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B390A6 is #4C6F59. Grayscale: #9C9C9C. Windows color (decimal): -5009242 or 10916019. OLE color: 10916019.
HSL color Cylindrical-coordinate representation of color #B390A6: hue angle of 322.29º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B390A6 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 166 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.30 |
| HSL | 322.29º | 0.19% | 0.63% | - |
| HSV(B) | 322.29º | 0.2% | 0.7% | - |
| XYZ | 35.45 | 32.28 | 40.44 | - |
| YUV | 156.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 166 | 0 | 0.20 | 0.07 | 0.30 | 322.29 | 0.19 | 0.63 |
| Hex | B3 | 90 | A6 | 0 | 14 | 7 | 1E | 142 | 13 | 3F |
| Octal | 263 | 220 | 246 | 0 | 24 | 7 | 36 | 502 | 23 | 77 |
| Binary | 10110011 | 10010000 | 10100110 | 0 | 10100 | 111 | 11110 | 101000010 | 10011 | 111111 |
Color Harmonies of #B390A6
Complementary color
Monochromatic Colors of #B390A6
Black with #B390A6
Text Example
Text Example
White with #B390A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B390A6; }
p { color: rgb(179,144,166); }
H1.HeaderClassName
{
color: #B390A6;
}
.AnyTagClassName
{
color: #B390A6;
}
</style>
background-color css
<style>
a { background-color: #B390A6; }
a { background-color: rgb(179,144,166); }
div.DivClassName
{
background-color: #B390A6;
}
.BgClassName
{
background-color: #B390A6;
}
</style>
border-color css
<style>
span { border-color: #B390A6; }
span { border-color: rgb(179,144,166); }
td.TdClassName
{
border-color: #B390A6;
}
.TagClassName
{
border-color: #B390A6;
}
</style>