Shades of London Hue #B59DB5
Tints of London Hue #B59DB5
RGB
CMYK
RGB Variations
Color information
#B59DB5 (or 0xB59DB5) is known color: London Hue. HEX triplet: B5, 9D and B5. RGB value is (181,157,181). Sum of RGB (Red+Green+Blue) = 181+157+181=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B59DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DB5 is #4A624A. Grayscale: #A6A6A6. Windows color (decimal): -4874827 or 11902389. OLE color: 11902389.
HSL color Cylindrical-coordinate representation of color #B59DB5: hue angle of 300º 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 #B59DB5 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 157 | 181 | - |
| CMYK | 0 | 0.13 | 0 | 0.29 |
| HSL | 300º | 0.14% | 0.66% | - |
| HSV(B) | 300º | 0.13% | 0.71% | - |
| XYZ | 39.45 | 37.27 | 48.83 | - |
| YUV | 166.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 181 | 0 | 0.13 | 0 | 0.29 | 300 | 0.14 | 0.66 |
| Hex | B5 | 9D | B5 | 0 | D | 0 | 1D | 12C | E | 42 |
| Octal | 265 | 235 | 265 | 0 | 15 | 0 | 35 | 454 | 16 | 102 |
| Binary | 10110101 | 10011101 | 10110101 | 0 | 1101 | 0 | 11101 | 100101100 | 1110 | 1000010 |
Color Harmonies of #B59DB5
Complementary color
Monochromatic Colors of #B59DB5
Black with #B59DB5
Text Example
Text Example
White with #B59DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59DB5; }
p { color: rgb(181,157,181); }
H1.HeaderClassName
{
color: #B59DB5;
}
.AnyTagClassName
{
color: #B59DB5;
}
</style>
background-color css
<style>
a { background-color: #B59DB5; }
a { background-color: rgb(181,157,181); }
div.DivClassName
{
background-color: #B59DB5;
}
.BgClassName
{
background-color: #B59DB5;
}
</style>
border-color css
<style>
span { border-color: #B59DB5; }
span { border-color: rgb(181,157,181); }
td.TdClassName
{
border-color: #B59DB5;
}
.TagClassName
{
border-color: #B59DB5;
}
</style>