Shades of London Hue #BE7CBD
Tints of London Hue #BE7CBD
RGB
CMYK
RGB Variations
Color information
#BE7CBD (or 0xBE7CBD) is known color: London Hue. HEX triplet: BE, 7C and BD. RGB value is (190,124,189). Sum of RGB (Red+Green+Blue) = 190+124+189=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CBD is #418342. Grayscale: #969696. Windows color (decimal): -4293443 or 12418238. OLE color: 12418238.
HSL color Cylindrical-coordinate representation of color #BE7CBD: hue angle of 300.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7CBD is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 124 | 189 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.25 |
| HSL | 300.91º | 0.34% | 0.62% | - |
| HSV(B) | 300.91º | 0.35% | 0.75% | - |
| XYZ | 37.63 | 29.04 | 51.77 | - |
| YUV | 151.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 124 | 189 | 0 | 0.35 | 0.01 | 0.25 | 300.91 | 0.34 | 0.62 |
| Hex | BE | 7C | BD | 0 | 23 | 1 | 19 | 12D | 22 | 3E |
| Octal | 276 | 174 | 275 | 0 | 43 | 1 | 31 | 455 | 42 | 76 |
| Binary | 10111110 | 1111100 | 10111101 | 0 | 100011 | 1 | 11001 | 100101101 | 100010 | 111110 |
Color Harmonies of #BE7CBD
Complementary color
Monochromatic Colors of #BE7CBD
Black with #BE7CBD
Text Example
Text Example
White with #BE7CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7CBD; }
p { color: rgb(190,124,189); }
H1.HeaderClassName
{
color: #BE7CBD;
}
.AnyTagClassName
{
color: #BE7CBD;
}
</style>
background-color css
<style>
a { background-color: #BE7CBD; }
a { background-color: rgb(190,124,189); }
div.DivClassName
{
background-color: #BE7CBD;
}
.BgClassName
{
background-color: #BE7CBD;
}
</style>
border-color css
<style>
span { border-color: #BE7CBD; }
span { border-color: rgb(190,124,189); }
td.TdClassName
{
border-color: #BE7CBD;
}
.TagClassName
{
border-color: #BE7CBD;
}
</style>