Shades of London Hue #BE85B7
Tints of London Hue #BE85B7
RGB
CMYK
RGB Variations
Color information
#BE85B7 (or 0xBE85B7) is known color: London Hue. HEX triplet: BE, 85 and B7. RGB value is (190,133,183). Sum of RGB (Red+Green+Blue) = 190+133+183=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85B7 is #417A48. Grayscale: #9B9B9B. Windows color (decimal): -4291145 or 12027326. OLE color: 12027326.
HSL color Cylindrical-coordinate representation of color #BE85B7: hue angle of 307.37º 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 #BE85B7 is Cyan = 0, Magento = 0.3, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 183 | - |
| CMYK | 0 | 0.3 | 0.04 | 0.25 |
| HSL | 307.37º | 0.3% | 0.63% | - |
| HSV(B) | 307.37º | 0.3% | 0.75% | - |
| XYZ | 38.17 | 31.14 | 48.8 | - |
| YUV | 155.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 183 | 0 | 0.3 | 0.04 | 0.25 | 307.37 | 0.3 | 0.63 |
| Hex | BE | 85 | B7 | 0 | 1E | 4 | 19 | 133 | 1E | 3F |
| Octal | 276 | 205 | 267 | 0 | 36 | 4 | 31 | 463 | 36 | 77 |
| Binary | 10111110 | 10000101 | 10110111 | 0 | 11110 | 100 | 11001 | 100110011 | 11110 | 111111 |
Color Harmonies of #BE85B7
Complementary color
Monochromatic Colors of #BE85B7
Black with #BE85B7
Text Example
Text Example
White with #BE85B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE85B7; }
p { color: rgb(190,133,183); }
H1.HeaderClassName
{
color: #BE85B7;
}
.AnyTagClassName
{
color: #BE85B7;
}
</style>
background-color css
<style>
a { background-color: #BE85B7; }
a { background-color: rgb(190,133,183); }
div.DivClassName
{
background-color: #BE85B7;
}
.BgClassName
{
background-color: #BE85B7;
}
</style>
border-color css
<style>
span { border-color: #BE85B7; }
span { border-color: rgb(190,133,183); }
td.TdClassName
{
border-color: #BE85B7;
}
.TagClassName
{
border-color: #BE85B7;
}
</style>