Shades of London Hue #BE8BBC
Tints of London Hue #BE8BBC
RGB
CMYK
RGB Variations
Color information
#BE8BBC (or 0xBE8BBC) is known color: London Hue. HEX triplet: BE, 8B and BC. RGB value is (190,139,188). Sum of RGB (Red+Green+Blue) = 190+139+188=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8BBC is #417443. Grayscale: #9F9F9F. Windows color (decimal): -4289604 or 12356542. OLE color: 12356542.
HSL color Cylindrical-coordinate representation of color #BE8BBC: hue angle of 302.35º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE8BBC is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 139 | 188 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.25 |
| HSL | 302.35º | 0.28% | 0.65% | - |
| HSV(B) | 302.35º | 0.27% | 0.75% | - |
| XYZ | 39.54 | 33.04 | 51.87 | - |
| YUV | 159.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 188 | 0 | 0.27 | 0.01 | 0.25 | 302.35 | 0.28 | 0.65 |
| Hex | BE | 8B | BC | 0 | 1B | 1 | 19 | 12E | 1C | 41 |
| Octal | 276 | 213 | 274 | 0 | 33 | 1 | 31 | 456 | 34 | 101 |
| Binary | 10111110 | 10001011 | 10111100 | 0 | 11011 | 1 | 11001 | 100101110 | 11100 | 1000001 |
Color Harmonies of #BE8BBC
Complementary color
Monochromatic Colors of #BE8BBC
Black with #BE8BBC
Text Example
Text Example
White with #BE8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8BBC; }
p { color: rgb(190,139,188); }
H1.HeaderClassName
{
color: #BE8BBC;
}
.AnyTagClassName
{
color: #BE8BBC;
}
</style>
background-color css
<style>
a { background-color: #BE8BBC; }
a { background-color: rgb(190,139,188); }
div.DivClassName
{
background-color: #BE8BBC;
}
.BgClassName
{
background-color: #BE8BBC;
}
</style>
border-color css
<style>
span { border-color: #BE8BBC; }
span { border-color: rgb(190,139,188); }
td.TdClassName
{
border-color: #BE8BBC;
}
.TagClassName
{
border-color: #BE8BBC;
}
</style>