Shades of London Hue #B59DB0
Tints of London Hue #B59DB0
RGB
CMYK
RGB Variations
Color information
#B59DB0 (or 0xB59DB0) is known color: London Hue. HEX triplet: B5, 9D and B0. RGB value is (181,157,176). Sum of RGB (Red+Green+Blue) = 181+157+176=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 181 - color contains mainly: red. Hex color #B59DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59DB0 is #4A624F. Grayscale: #A6A6A6. Windows color (decimal): -4874832 or 11574709. OLE color: 11574709.
HSL color Cylindrical-coordinate representation of color #B59DB0: hue angle of 312.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B59DB0 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 157 | 176 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.29 |
| HSL | 312.5º | 0.14% | 0.66% | - |
| HSV(B) | 312.5º | 0.13% | 0.71% | - |
| XYZ | 38.95 | 37.07 | 46.18 | - |
| YUV | 166.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 176 | 0 | 0.13 | 0.03 | 0.29 | 312.5 | 0.14 | 0.66 |
| Hex | B5 | 9D | B0 | 0 | D | 3 | 1D | 138 | E | 42 |
| Octal | 265 | 235 | 260 | 0 | 15 | 3 | 35 | 470 | 16 | 102 |
| Binary | 10110101 | 10011101 | 10110000 | 0 | 1101 | 11 | 11101 | 100111000 | 1110 | 1000010 |
Color Harmonies of #B59DB0
Complementary color
Monochromatic Colors of #B59DB0
Black with #B59DB0
Text Example
Text Example
White with #B59DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59DB0; }
p { color: rgb(181,157,176); }
H1.HeaderClassName
{
color: #B59DB0;
}
.AnyTagClassName
{
color: #B59DB0;
}
</style>
background-color css
<style>
a { background-color: #B59DB0; }
a { background-color: rgb(181,157,176); }
div.DivClassName
{
background-color: #B59DB0;
}
.BgClassName
{
background-color: #B59DB0;
}
</style>
border-color css
<style>
span { border-color: #B59DB0; }
span { border-color: rgb(181,157,176); }
td.TdClassName
{
border-color: #B59DB0;
}
.TagClassName
{
border-color: #B59DB0;
}
</style>