Shades of London Hue #BE7EBF
Tints of London Hue #BE7EBF
RGB
CMYK
RGB Variations
Color information
#BE7EBF (or 0xBE7EBF) is known color: London Hue. HEX triplet: BE, 7E and BF. RGB value is (190,126,191). Sum of RGB (Red+Green+Blue) = 190+126+191=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE7EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7EBF is #418140. Grayscale: #989898. Windows color (decimal): -4292929 or 12549822. OLE color: 12549822.
HSL color Cylindrical-coordinate representation of color #BE7EBF: hue angle of 299.08º degrees, saturation: 0.34, 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 #BE7EBF is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 126 | 191 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.25 |
| HSL | 299.08º | 0.34% | 0.62% | - |
| HSV(B) | 299.08º | 0.34% | 0.75% | - |
| XYZ | 38.1 | 29.63 | 53 | - |
| YUV | 152.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 191 | 0.01 | 0.34 | 0 | 0.25 | 299.08 | 0.34 | 0.62 |
| Hex | BE | 7E | BF | 1 | 22 | 0 | 19 | 12B | 22 | 3E |
| Octal | 276 | 176 | 277 | 1 | 42 | 0 | 31 | 453 | 42 | 76 |
| Binary | 10111110 | 1111110 | 10111111 | 1 | 100010 | 0 | 11001 | 100101011 | 100010 | 111110 |
Color Harmonies of #BE7EBF
Complementary color
Monochromatic Colors of #BE7EBF
Black with #BE7EBF
Text Example
Text Example
White with #BE7EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7EBF; }
p { color: rgb(190,126,191); }
H1.HeaderClassName
{
color: #BE7EBF;
}
.AnyTagClassName
{
color: #BE7EBF;
}
</style>
background-color css
<style>
a { background-color: #BE7EBF; }
a { background-color: rgb(190,126,191); }
div.DivClassName
{
background-color: #BE7EBF;
}
.BgClassName
{
background-color: #BE7EBF;
}
</style>
border-color css
<style>
span { border-color: #BE7EBF; }
span { border-color: rgb(190,126,191); }
td.TdClassName
{
border-color: #BE7EBF;
}
.TagClassName
{
border-color: #BE7EBF;
}
</style>