Shades of London Hue #BE7DBB
Tints of London Hue #BE7DBB
RGB
CMYK
RGB Variations
Color information
#BE7DBB (or 0xBE7DBB) is known color: London Hue. HEX triplet: BE, 7D and BB. RGB value is (190,125,187). Sum of RGB (Red+Green+Blue) = 190+125+187=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DBB is #418244. Grayscale: #979797. Windows color (decimal): -4293189 or 12287422. OLE color: 12287422.
HSL color Cylindrical-coordinate representation of color #BE7DBB: hue angle of 302.77º 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 #BE7DBB is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 187 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.25 |
| HSL | 302.77º | 0.33% | 0.62% | - |
| HSV(B) | 302.77º | 0.34% | 0.75% | - |
| XYZ | 37.54 | 29.2 | 50.67 | - |
| YUV | 151.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 187 | 0 | 0.34 | 0.02 | 0.25 | 302.77 | 0.33 | 0.62 |
| Hex | BE | 7D | BB | 0 | 22 | 2 | 19 | 12F | 21 | 3E |
| Octal | 276 | 175 | 273 | 0 | 42 | 2 | 31 | 457 | 41 | 76 |
| Binary | 10111110 | 1111101 | 10111011 | 0 | 100010 | 10 | 11001 | 100101111 | 100001 | 111110 |
Color Harmonies of #BE7DBB
Complementary color
Monochromatic Colors of #BE7DBB
Black with #BE7DBB
Text Example
Text Example
White with #BE7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7DBB; }
p { color: rgb(190,125,187); }
H1.HeaderClassName
{
color: #BE7DBB;
}
.AnyTagClassName
{
color: #BE7DBB;
}
</style>
background-color css
<style>
a { background-color: #BE7DBB; }
a { background-color: rgb(190,125,187); }
div.DivClassName
{
background-color: #BE7DBB;
}
.BgClassName
{
background-color: #BE7DBB;
}
</style>
border-color css
<style>
span { border-color: #BE7DBB; }
span { border-color: rgb(190,125,187); }
td.TdClassName
{
border-color: #BE7DBB;
}
.TagClassName
{
border-color: #BE7DBB;
}
</style>