Shades of London Hue #B589AD
Tints of London Hue #B589AD
RGB
CMYK
RGB Variations
Color information
#B589AD (or 0xB589AD) is known color: London Hue. HEX triplet: B5, 89 and AD. RGB value is (181,137,173). Sum of RGB (Red+Green+Blue) = 181+137+173=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B589AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B589AD is #4A7652. Grayscale: #9A9A9A. Windows color (decimal): -4879955 or 11372981. OLE color: 11372981.
HSL color Cylindrical-coordinate representation of color #B589AD: hue angle of 310.91º 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 #B589AD is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 173 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.29 |
| HSL | 310.91º | 0.23% | 0.62% | - |
| HSV(B) | 310.91º | 0.24% | 0.71% | - |
| XYZ | 35.54 | 30.73 | 43.59 | - |
| YUV | 154.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 173 | 0 | 0.24 | 0.04 | 0.29 | 310.91 | 0.23 | 0.62 |
| Hex | B5 | 89 | AD | 0 | 18 | 4 | 1D | 137 | 17 | 3E |
| Octal | 265 | 211 | 255 | 0 | 30 | 4 | 35 | 467 | 27 | 76 |
| Binary | 10110101 | 10001001 | 10101101 | 0 | 11000 | 100 | 11101 | 100110111 | 10111 | 111110 |
Color Harmonies of #B589AD
Complementary color
Monochromatic Colors of #B589AD
Black with #B589AD
Text Example
Text Example
White with #B589AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B589AD; }
p { color: rgb(181,137,173); }
H1.HeaderClassName
{
color: #B589AD;
}
.AnyTagClassName
{
color: #B589AD;
}
</style>
background-color css
<style>
a { background-color: #B589AD; }
a { background-color: rgb(181,137,173); }
div.DivClassName
{
background-color: #B589AD;
}
.BgClassName
{
background-color: #B589AD;
}
</style>
border-color css
<style>
span { border-color: #B589AD; }
span { border-color: rgb(181,137,173); }
td.TdClassName
{
border-color: #B589AD;
}
.TagClassName
{
border-color: #B589AD;
}
</style>