Shades of London Hue #B589AA
Tints of London Hue #B589AA
RGB
CMYK
RGB Variations
Color information
#B589AA (or 0xB589AA) is known color: London Hue. HEX triplet: B5, 89 and AA. RGB value is (181,137,170). Sum of RGB (Red+Green+Blue) = 181+137+170=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B589AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B589AA is #4A7655. Grayscale: #999999. Windows color (decimal): -4879958 or 11176373. OLE color: 11176373.
HSL color Cylindrical-coordinate representation of color #B589AA: hue angle of 315º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B589AA is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 170 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.29 |
| HSL | 315º | 0.23% | 0.62% | - |
| HSV(B) | 315º | 0.24% | 0.71% | - |
| XYZ | 35.26 | 30.62 | 42.08 | - |
| YUV | 153.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 170 | 0 | 0.24 | 0.06 | 0.29 | 315 | 0.23 | 0.62 |
| Hex | B5 | 89 | AA | 0 | 18 | 6 | 1D | 13B | 17 | 3E |
| Octal | 265 | 211 | 252 | 0 | 30 | 6 | 35 | 473 | 27 | 76 |
| Binary | 10110101 | 10001001 | 10101010 | 0 | 11000 | 110 | 11101 | 100111011 | 10111 | 111110 |
Color Harmonies of #B589AA
Complementary color
Monochromatic Colors of #B589AA
Black with #B589AA
Text Example
Text Example
White with #B589AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B589AA; }
p { color: rgb(181,137,170); }
H1.HeaderClassName
{
color: #B589AA;
}
.AnyTagClassName
{
color: #B589AA;
}
</style>
background-color css
<style>
a { background-color: #B589AA; }
a { background-color: rgb(181,137,170); }
div.DivClassName
{
background-color: #B589AA;
}
.BgClassName
{
background-color: #B589AA;
}
</style>
border-color css
<style>
span { border-color: #B589AA; }
span { border-color: rgb(181,137,170); }
td.TdClassName
{
border-color: #B589AA;
}
.TagClassName
{
border-color: #B589AA;
}
</style>