Shades of London Hue #BE7DB5
Tints of London Hue #BE7DB5
RGB
CMYK
RGB Variations
Color information
#BE7DB5 (or 0xBE7DB5) is known color: London Hue. HEX triplet: BE, 7D and B5. RGB value is (190,125,181). Sum of RGB (Red+Green+Blue) = 190+125+181=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DB5 is #41824A. Grayscale: #969696. Windows color (decimal): -4293195 or 11894206. OLE color: 11894206.
HSL color Cylindrical-coordinate representation of color #BE7DB5: hue angle of 308.31º 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 #BE7DB5 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 181 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.25 |
| HSL | 308.31º | 0.33% | 0.62% | - |
| HSV(B) | 308.31º | 0.34% | 0.75% | - |
| XYZ | 36.91 | 28.95 | 47.36 | - |
| YUV | 150.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 181 | 0 | 0.34 | 0.05 | 0.25 | 308.31 | 0.33 | 0.62 |
| Hex | BE | 7D | B5 | 0 | 22 | 5 | 19 | 134 | 21 | 3E |
| Octal | 276 | 175 | 265 | 0 | 42 | 5 | 31 | 464 | 41 | 76 |
| Binary | 10111110 | 1111101 | 10110101 | 0 | 100010 | 101 | 11001 | 100110100 | 100001 | 111110 |
Color Harmonies of #BE7DB5
Complementary color
Monochromatic Colors of #BE7DB5
Black with #BE7DB5
Text Example
Text Example
White with #BE7DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7DB5; }
p { color: rgb(190,125,181); }
H1.HeaderClassName
{
color: #BE7DB5;
}
.AnyTagClassName
{
color: #BE7DB5;
}
</style>
background-color css
<style>
a { background-color: #BE7DB5; }
a { background-color: rgb(190,125,181); }
div.DivClassName
{
background-color: #BE7DB5;
}
.BgClassName
{
background-color: #BE7DB5;
}
</style>
border-color css
<style>
span { border-color: #BE7DB5; }
span { border-color: rgb(190,125,181); }
td.TdClassName
{
border-color: #BE7DB5;
}
.TagClassName
{
border-color: #BE7DB5;
}
</style>