Shades of London Hue #B58EAD
Tints of London Hue #B58EAD
RGB
CMYK
RGB Variations
Color information
#B58EAD (or 0xB58EAD) is known color: London Hue. HEX triplet: B5, 8E and AD. RGB value is (181,142,173). Sum of RGB (Red+Green+Blue) = 181+142+173=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B58EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58EAD is #4A7152. Grayscale: #9D9D9D. Windows color (decimal): -4878675 or 11374261. OLE color: 11374261.
HSL color Cylindrical-coordinate representation of color #B58EAD: hue angle of 312.31º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B58EAD is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 173 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.29 |
| HSL | 312.31º | 0.21% | 0.63% | - |
| HSV(B) | 312.31º | 0.22% | 0.71% | - |
| XYZ | 36.27 | 32.19 | 43.84 | - |
| YUV | 157.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 173 | 0 | 0.22 | 0.04 | 0.29 | 312.31 | 0.21 | 0.63 |
| Hex | B5 | 8E | AD | 0 | 16 | 4 | 1D | 138 | 15 | 3F |
| Octal | 265 | 216 | 255 | 0 | 26 | 4 | 35 | 470 | 25 | 77 |
| Binary | 10110101 | 10001110 | 10101101 | 0 | 10110 | 100 | 11101 | 100111000 | 10101 | 111111 |
Color Harmonies of #B58EAD
Complementary color
Monochromatic Colors of #B58EAD
Black with #B58EAD
Text Example
Text Example
White with #B58EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58EAD; }
p { color: rgb(181,142,173); }
H1.HeaderClassName
{
color: #B58EAD;
}
.AnyTagClassName
{
color: #B58EAD;
}
</style>
background-color css
<style>
a { background-color: #B58EAD; }
a { background-color: rgb(181,142,173); }
div.DivClassName
{
background-color: #B58EAD;
}
.BgClassName
{
background-color: #B58EAD;
}
</style>
border-color css
<style>
span { border-color: #B58EAD; }
span { border-color: rgb(181,142,173); }
td.TdClassName
{
border-color: #B58EAD;
}
.TagClassName
{
border-color: #B58EAD;
}
</style>