Shades of London Hue #BE8DB7
Tints of London Hue #BE8DB7
RGB
CMYK
RGB Variations
Color information
#BE8DB7 (or 0xBE8DB7) is known color: London Hue. HEX triplet: BE, 8D and B7. RGB value is (190,141,183). Sum of RGB (Red+Green+Blue) = 190+141+183=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DB7 is #417248. Grayscale: #A0A0A0. Windows color (decimal): -4289097 or 12029374. OLE color: 12029374.
HSL color Cylindrical-coordinate representation of color #BE8DB7: hue angle of 308.57º 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 #BE8DB7 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 183 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.25 |
| HSL | 308.57º | 0.27% | 0.65% | - |
| HSV(B) | 308.57º | 0.26% | 0.75% | - |
| XYZ | 39.31 | 33.42 | 49.18 | - |
| YUV | 160.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 183 | 0 | 0.26 | 0.04 | 0.25 | 308.57 | 0.27 | 0.65 |
| Hex | BE | 8D | B7 | 0 | 1A | 4 | 19 | 135 | 1B | 41 |
| Octal | 276 | 215 | 267 | 0 | 32 | 4 | 31 | 465 | 33 | 101 |
| Binary | 10111110 | 10001101 | 10110111 | 0 | 11010 | 100 | 11001 | 100110101 | 11011 | 1000001 |
Color Harmonies of #BE8DB7
Complementary color
Monochromatic Colors of #BE8DB7
Black with #BE8DB7
Text Example
Text Example
White with #BE8DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DB7; }
p { color: rgb(190,141,183); }
H1.HeaderClassName
{
color: #BE8DB7;
}
.AnyTagClassName
{
color: #BE8DB7;
}
</style>
background-color css
<style>
a { background-color: #BE8DB7; }
a { background-color: rgb(190,141,183); }
div.DivClassName
{
background-color: #BE8DB7;
}
.BgClassName
{
background-color: #BE8DB7;
}
</style>
border-color css
<style>
span { border-color: #BE8DB7; }
span { border-color: rgb(190,141,183); }
td.TdClassName
{
border-color: #BE8DB7;
}
.TagClassName
{
border-color: #BE8DB7;
}
</style>