Shades of London Hue #BE8CBB
Tints of London Hue #BE8CBB
RGB
CMYK
RGB Variations
Color information
#BE8CBB (or 0xBE8CBB) is known color: London Hue. HEX triplet: BE, 8C and BB. RGB value is (190,140,187). Sum of RGB (Red+Green+Blue) = 190+140+187=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CBB is #417344. Grayscale: #A0A0A0. Windows color (decimal): -4289349 or 12291262. OLE color: 12291262.
HSL color Cylindrical-coordinate representation of color #BE8CBB: hue angle of 303.6º 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 #BE8CBB is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 187 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.25 |
| HSL | 303.6º | 0.28% | 0.65% | - |
| HSV(B) | 303.6º | 0.26% | 0.75% | - |
| XYZ | 39.58 | 33.29 | 51.35 | - |
| YUV | 160.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 187 | 0 | 0.26 | 0.02 | 0.25 | 303.6 | 0.28 | 0.65 |
| Hex | BE | 8C | BB | 0 | 1A | 2 | 19 | 130 | 1C | 41 |
| Octal | 276 | 214 | 273 | 0 | 32 | 2 | 31 | 460 | 34 | 101 |
| Binary | 10111110 | 10001100 | 10111011 | 0 | 11010 | 10 | 11001 | 100110000 | 11100 | 1000001 |
Color Harmonies of #BE8CBB
Complementary color
Monochromatic Colors of #BE8CBB
Black with #BE8CBB
Text Example
Text Example
White with #BE8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CBB; }
p { color: rgb(190,140,187); }
H1.HeaderClassName
{
color: #BE8CBB;
}
.AnyTagClassName
{
color: #BE8CBB;
}
</style>
background-color css
<style>
a { background-color: #BE8CBB; }
a { background-color: rgb(190,140,187); }
div.DivClassName
{
background-color: #BE8CBB;
}
.BgClassName
{
background-color: #BE8CBB;
}
</style>
border-color css
<style>
span { border-color: #BE8CBB; }
span { border-color: rgb(190,140,187); }
td.TdClassName
{
border-color: #BE8CBB;
}
.TagClassName
{
border-color: #BE8CBB;
}
</style>