Shades of London Hue #B59DB2
Tints of London Hue #B59DB2
RGB
CMYK
RGB Variations
Color information
#B59DB2 (or 0xB59DB2) is known color: London Hue. HEX triplet: B5, 9D and B2. RGB value is (181,157,178). Sum of RGB (Red+Green+Blue) = 181+157+178=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 181 - color contains mainly: red. Hex color #B59DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59DB2 is #4A624D. Grayscale: #A6A6A6. Windows color (decimal): -4874830 or 11705781. OLE color: 11705781.
HSL color Cylindrical-coordinate representation of color #B59DB2: hue angle of 307.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 #B59DB2 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 157 | 178 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.29 |
| HSL | 307.5º | 0.14% | 0.66% | - |
| HSV(B) | 307.5º | 0.13% | 0.71% | - |
| XYZ | 39.15 | 37.15 | 47.23 | - |
| YUV | 166.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 178 | 0 | 0.13 | 0.02 | 0.29 | 307.5 | 0.14 | 0.66 |
| Hex | B5 | 9D | B2 | 0 | D | 2 | 1D | 134 | E | 42 |
| Octal | 265 | 235 | 262 | 0 | 15 | 2 | 35 | 464 | 16 | 102 |
| Binary | 10110101 | 10011101 | 10110010 | 0 | 1101 | 10 | 11101 | 100110100 | 1110 | 1000010 |
Color Harmonies of #B59DB2
Complementary color
Monochromatic Colors of #B59DB2
Black with #B59DB2
Text Example
Text Example
White with #B59DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59DB2; }
p { color: rgb(181,157,178); }
H1.HeaderClassName
{
color: #B59DB2;
}
.AnyTagClassName
{
color: #B59DB2;
}
</style>
background-color css
<style>
a { background-color: #B59DB2; }
a { background-color: rgb(181,157,178); }
div.DivClassName
{
background-color: #B59DB2;
}
.BgClassName
{
background-color: #B59DB2;
}
</style>
border-color css
<style>
span { border-color: #B59DB2; }
span { border-color: rgb(181,157,178); }
td.TdClassName
{
border-color: #B59DB2;
}
.TagClassName
{
border-color: #B59DB2;
}
</style>