Shades of London Hue #BE7EBA
Tints of London Hue #BE7EBA
RGB
CMYK
RGB Variations
Color information
#BE7EBA (or 0xBE7EBA) is known color: London Hue. HEX triplet: BE, 7E and BA. RGB value is (190,126,186). Sum of RGB (Red+Green+Blue) = 190+126+186=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7EBA is #418145. Grayscale: #979797. Windows color (decimal): -4292934 or 12222142. OLE color: 12222142.
HSL color Cylindrical-coordinate representation of color #BE7EBA: hue angle of 303.75º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7EBA is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 126 | 186 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.25 |
| HSL | 303.75º | 0.33% | 0.62% | - |
| HSV(B) | 303.75º | 0.34% | 0.75% | - |
| XYZ | 37.56 | 29.41 | 50.15 | - |
| YUV | 151.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 186 | 0 | 0.34 | 0.02 | 0.25 | 303.75 | 0.33 | 0.62 |
| Hex | BE | 7E | BA | 0 | 22 | 2 | 19 | 130 | 21 | 3E |
| Octal | 276 | 176 | 272 | 0 | 42 | 2 | 31 | 460 | 41 | 76 |
| Binary | 10111110 | 1111110 | 10111010 | 0 | 100010 | 10 | 11001 | 100110000 | 100001 | 111110 |
Color Harmonies of #BE7EBA
Complementary color
Monochromatic Colors of #BE7EBA
Black with #BE7EBA
Text Example
Text Example
White with #BE7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7EBA; }
p { color: rgb(190,126,186); }
H1.HeaderClassName
{
color: #BE7EBA;
}
.AnyTagClassName
{
color: #BE7EBA;
}
</style>
background-color css
<style>
a { background-color: #BE7EBA; }
a { background-color: rgb(190,126,186); }
div.DivClassName
{
background-color: #BE7EBA;
}
.BgClassName
{
background-color: #BE7EBA;
}
</style>
border-color css
<style>
span { border-color: #BE7EBA; }
span { border-color: rgb(190,126,186); }
td.TdClassName
{
border-color: #BE7EBA;
}
.TagClassName
{
border-color: #BE7EBA;
}
</style>