Shades of London Hue #BE85AD
Tints of London Hue #BE85AD
RGB
CMYK
RGB Variations
Color information
#BE85AD (or 0xBE85AD) is known color: London Hue. HEX triplet: BE, 85 and AD. RGB value is (190,133,173). Sum of RGB (Red+Green+Blue) = 190+133+173=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85AD is #417A52. Grayscale: #9A9A9A. Windows color (decimal): -4291155 or 11371966. OLE color: 11371966.
HSL color Cylindrical-coordinate representation of color #BE85AD: hue angle of 317.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE85AD is Cyan = 0, Magento = 0.3, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 173 | - |
| CMYK | 0 | 0.3 | 0.09 | 0.25 |
| HSL | 317.89º | 0.3% | 0.63% | - |
| HSV(B) | 317.89º | 0.3% | 0.75% | - |
| XYZ | 37.17 | 30.74 | 43.51 | - |
| YUV | 154.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 173 | 0 | 0.3 | 0.09 | 0.25 | 317.89 | 0.3 | 0.63 |
| Hex | BE | 85 | AD | 0 | 1E | 9 | 19 | 13E | 1E | 3F |
| Octal | 276 | 205 | 255 | 0 | 36 | 11 | 31 | 476 | 36 | 77 |
| Binary | 10111110 | 10000101 | 10101101 | 0 | 11110 | 1001 | 11001 | 100111110 | 11110 | 111111 |
Color Harmonies of #BE85AD
Complementary color
Monochromatic Colors of #BE85AD
Black with #BE85AD
Text Example
Text Example
White with #BE85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE85AD; }
p { color: rgb(190,133,173); }
H1.HeaderClassName
{
color: #BE85AD;
}
.AnyTagClassName
{
color: #BE85AD;
}
</style>
background-color css
<style>
a { background-color: #BE85AD; }
a { background-color: rgb(190,133,173); }
div.DivClassName
{
background-color: #BE85AD;
}
.BgClassName
{
background-color: #BE85AD;
}
</style>
border-color css
<style>
span { border-color: #BE85AD; }
span { border-color: rgb(190,133,173); }
td.TdClassName
{
border-color: #BE85AD;
}
.TagClassName
{
border-color: #BE85AD;
}
</style>