Shades of London Hue #BE8DBA
Tints of London Hue #BE8DBA
RGB
CMYK
RGB Variations
Color information
#BE8DBA (or 0xBE8DBA) is known color: London Hue. HEX triplet: BE, 8D and BA. RGB value is (190,141,186). Sum of RGB (Red+Green+Blue) = 190+141+186=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DBA is #417245. Grayscale: #A0A0A0. Windows color (decimal): -4289094 or 12225982. OLE color: 12225982.
HSL color Cylindrical-coordinate representation of color #BE8DBA: hue angle of 304.9º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE8DBA is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 186 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.25 |
| HSL | 304.9º | 0.27% | 0.65% | - |
| HSV(B) | 304.9º | 0.26% | 0.75% | - |
| XYZ | 39.62 | 33.54 | 50.84 | - |
| YUV | 160.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 186 | 0 | 0.26 | 0.02 | 0.25 | 304.9 | 0.27 | 0.65 |
| Hex | BE | 8D | BA | 0 | 1A | 2 | 19 | 131 | 1B | 41 |
| Octal | 276 | 215 | 272 | 0 | 32 | 2 | 31 | 461 | 33 | 101 |
| Binary | 10111110 | 10001101 | 10111010 | 0 | 11010 | 10 | 11001 | 100110001 | 11011 | 1000001 |
Color Harmonies of #BE8DBA
Complementary color
Monochromatic Colors of #BE8DBA
Black with #BE8DBA
Text Example
Text Example
White with #BE8DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DBA; }
p { color: rgb(190,141,186); }
H1.HeaderClassName
{
color: #BE8DBA;
}
.AnyTagClassName
{
color: #BE8DBA;
}
</style>
background-color css
<style>
a { background-color: #BE8DBA; }
a { background-color: rgb(190,141,186); }
div.DivClassName
{
background-color: #BE8DBA;
}
.BgClassName
{
background-color: #BE8DBA;
}
</style>
border-color css
<style>
span { border-color: #BE8DBA; }
span { border-color: rgb(190,141,186); }
td.TdClassName
{
border-color: #BE8DBA;
}
.TagClassName
{
border-color: #BE8DBA;
}
</style>