Shades of London Hue #BE8DB5
Tints of London Hue #BE8DB5
RGB
CMYK
RGB Variations
Color information
#BE8DB5 (or 0xBE8DB5) is known color: London Hue. HEX triplet: BE, 8D and B5. RGB value is (190,141,181). Sum of RGB (Red+Green+Blue) = 190+141+181=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DB5 is #41724A. Grayscale: #A0A0A0. Windows color (decimal): -4289099 or 11898302. OLE color: 11898302.
HSL color Cylindrical-coordinate representation of color #BE8DB5: hue angle of 311.02º 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 #BE8DB5 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 181 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.25 |
| HSL | 311.02º | 0.27% | 0.65% | - |
| HSV(B) | 311.02º | 0.26% | 0.75% | - |
| XYZ | 39.1 | 33.33 | 48.09 | - |
| YUV | 160.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 181 | 0 | 0.26 | 0.05 | 0.25 | 311.02 | 0.27 | 0.65 |
| Hex | BE | 8D | B5 | 0 | 1A | 5 | 19 | 137 | 1B | 41 |
| Octal | 276 | 215 | 265 | 0 | 32 | 5 | 31 | 467 | 33 | 101 |
| Binary | 10111110 | 10001101 | 10110101 | 0 | 11010 | 101 | 11001 | 100110111 | 11011 | 1000001 |
Color Harmonies of #BE8DB5
Complementary color
Monochromatic Colors of #BE8DB5
Black with #BE8DB5
Text Example
Text Example
White with #BE8DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DB5; }
p { color: rgb(190,141,181); }
H1.HeaderClassName
{
color: #BE8DB5;
}
.AnyTagClassName
{
color: #BE8DB5;
}
</style>
background-color css
<style>
a { background-color: #BE8DB5; }
a { background-color: rgb(190,141,181); }
div.DivClassName
{
background-color: #BE8DB5;
}
.BgClassName
{
background-color: #BE8DB5;
}
</style>
border-color css
<style>
span { border-color: #BE8DB5; }
span { border-color: rgb(190,141,181); }
td.TdClassName
{
border-color: #BE8DB5;
}
.TagClassName
{
border-color: #BE8DB5;
}
</style>