Shades of London Hue #BE8CBC
Tints of London Hue #BE8CBC
RGB
CMYK
RGB Variations
Color information
#BE8CBC (or 0xBE8CBC) is known color: London Hue. HEX triplet: BE, 8C and BC. RGB value is (190,140,188). Sum of RGB (Red+Green+Blue) = 190+140+188=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CBC is #417343. Grayscale: #A0A0A0. Windows color (decimal): -4289348 or 12356798. OLE color: 12356798.
HSL color Cylindrical-coordinate representation of color #BE8CBC: hue angle of 302.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE8CBC is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 188 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.25 |
| HSL | 302.4º | 0.28% | 0.65% | - |
| HSV(B) | 302.4º | 0.26% | 0.75% | - |
| XYZ | 39.69 | 33.33 | 51.92 | - |
| YUV | 160.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 188 | 0 | 0.26 | 0.01 | 0.25 | 302.4 | 0.28 | 0.65 |
| Hex | BE | 8C | BC | 0 | 1A | 1 | 19 | 12E | 1C | 41 |
| Octal | 276 | 214 | 274 | 0 | 32 | 1 | 31 | 456 | 34 | 101 |
| Binary | 10111110 | 10001100 | 10111100 | 0 | 11010 | 1 | 11001 | 100101110 | 11100 | 1000001 |
Color Harmonies of #BE8CBC
Complementary color
Monochromatic Colors of #BE8CBC
Black with #BE8CBC
Text Example
Text Example
White with #BE8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CBC; }
p { color: rgb(190,140,188); }
H1.HeaderClassName
{
color: #BE8CBC;
}
.AnyTagClassName
{
color: #BE8CBC;
}
</style>
background-color css
<style>
a { background-color: #BE8CBC; }
a { background-color: rgb(190,140,188); }
div.DivClassName
{
background-color: #BE8CBC;
}
.BgClassName
{
background-color: #BE8CBC;
}
</style>
border-color css
<style>
span { border-color: #BE8CBC; }
span { border-color: rgb(190,140,188); }
td.TdClassName
{
border-color: #BE8CBC;
}
.TagClassName
{
border-color: #BE8CBC;
}
</style>