Shades of London Hue #B590AB
Tints of London Hue #B590AB
RGB
CMYK
RGB Variations
Color information
#B590AB (or 0xB590AB) is known color: London Hue. HEX triplet: B5, 90 and AB. RGB value is (181,144,171). Sum of RGB (Red+Green+Blue) = 181+144+171=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B590AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B590AB is #4A6F54. Grayscale: #9E9E9E. Windows color (decimal): -4878165 or 11243701. OLE color: 11243701.
HSL color Cylindrical-coordinate representation of color #B590AB: hue angle of 316.22º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B590AB is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 171 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.29 |
| HSL | 316.22º | 0.2% | 0.64% | - |
| HSV(B) | 316.22º | 0.2% | 0.71% | - |
| XYZ | 36.38 | 32.71 | 42.92 | - |
| YUV | 158.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 171 | 0 | 0.20 | 0.06 | 0.29 | 316.22 | 0.2 | 0.64 |
| Hex | B5 | 90 | AB | 0 | 14 | 6 | 1D | 13C | 14 | 40 |
| Octal | 265 | 220 | 253 | 0 | 24 | 6 | 35 | 474 | 24 | 100 |
| Binary | 10110101 | 10010000 | 10101011 | 0 | 10100 | 110 | 11101 | 100111100 | 10100 | 1000000 |
Color Harmonies of #B590AB
Complementary color
Monochromatic Colors of #B590AB
Black with #B590AB
Text Example
Text Example
White with #B590AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B590AB; }
p { color: rgb(181,144,171); }
H1.HeaderClassName
{
color: #B590AB;
}
.AnyTagClassName
{
color: #B590AB;
}
</style>
background-color css
<style>
a { background-color: #B590AB; }
a { background-color: rgb(181,144,171); }
div.DivClassName
{
background-color: #B590AB;
}
.BgClassName
{
background-color: #B590AB;
}
</style>
border-color css
<style>
span { border-color: #B590AB; }
span { border-color: rgb(181,144,171); }
td.TdClassName
{
border-color: #B590AB;
}
.TagClassName
{
border-color: #B590AB;
}
</style>