Shades of London Hue #BE80AD
Tints of London Hue #BE80AD
RGB
CMYK
RGB Variations
Color information
#BE80AD (or 0xBE80AD) is known color: London Hue. HEX triplet: BE, 80 and AD. RGB value is (190,128,173). Sum of RGB (Red+Green+Blue) = 190+128+173=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE80AD is #417F52. Grayscale: #979797. Windows color (decimal): -4292435 or 11370686. OLE color: 11370686.
HSL color Cylindrical-coordinate representation of color #BE80AD: hue angle of 316.45º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE80AD is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 173 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.25 |
| HSL | 316.45º | 0.32% | 0.62% | - |
| HSV(B) | 316.45º | 0.33% | 0.75% | - |
| XYZ | 36.5 | 29.4 | 43.29 | - |
| YUV | 151.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 173 | 0 | 0.33 | 0.09 | 0.25 | 316.45 | 0.32 | 0.62 |
| Hex | BE | 80 | AD | 0 | 21 | 9 | 19 | 13C | 20 | 3E |
| Octal | 276 | 200 | 255 | 0 | 41 | 11 | 31 | 474 | 40 | 76 |
| Binary | 10111110 | 10000000 | 10101101 | 0 | 100001 | 1001 | 11001 | 100111100 | 100000 | 111110 |
Color Harmonies of #BE80AD
Complementary color
Monochromatic Colors of #BE80AD
Black with #BE80AD
Text Example
Text Example
White with #BE80AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE80AD; }
p { color: rgb(190,128,173); }
H1.HeaderClassName
{
color: #BE80AD;
}
.AnyTagClassName
{
color: #BE80AD;
}
</style>
background-color css
<style>
a { background-color: #BE80AD; }
a { background-color: rgb(190,128,173); }
div.DivClassName
{
background-color: #BE80AD;
}
.BgClassName
{
background-color: #BE80AD;
}
</style>
border-color css
<style>
span { border-color: #BE80AD; }
span { border-color: rgb(190,128,173); }
td.TdClassName
{
border-color: #BE80AD;
}
.TagClassName
{
border-color: #BE80AD;
}
</style>