Shades of London Hue #BE8CB1
Tints of London Hue #BE8CB1
RGB
CMYK
RGB Variations
Color information
#BE8CB1 (or 0xBE8CB1) is known color: London Hue. HEX triplet: BE, 8C and B1. RGB value is (190,140,177). Sum of RGB (Red+Green+Blue) = 190+140+177=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8CB1 is #41734E. Grayscale: #9F9F9F. Windows color (decimal): -4289359 or 11635902. OLE color: 11635902.
HSL color Cylindrical-coordinate representation of color #BE8CB1: hue angle of 315.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 #BE8CB1 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 177 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.25 |
| HSL | 315.6º | 0.28% | 0.65% | - |
| HSV(B) | 315.6º | 0.26% | 0.75% | - |
| XYZ | 38.55 | 32.88 | 45.91 | - |
| YUV | 159.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 177 | 0 | 0.26 | 0.07 | 0.25 | 315.6 | 0.28 | 0.65 |
| Hex | BE | 8C | B1 | 0 | 1A | 7 | 19 | 13C | 1C | 41 |
| Octal | 276 | 214 | 261 | 0 | 32 | 7 | 31 | 474 | 34 | 101 |
| Binary | 10111110 | 10001100 | 10110001 | 0 | 11010 | 111 | 11001 | 100111100 | 11100 | 1000001 |
Color Harmonies of #BE8CB1
Complementary color
Monochromatic Colors of #BE8CB1
Black with #BE8CB1
Text Example
Text Example
White with #BE8CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CB1; }
p { color: rgb(190,140,177); }
H1.HeaderClassName
{
color: #BE8CB1;
}
.AnyTagClassName
{
color: #BE8CB1;
}
</style>
background-color css
<style>
a { background-color: #BE8CB1; }
a { background-color: rgb(190,140,177); }
div.DivClassName
{
background-color: #BE8CB1;
}
.BgClassName
{
background-color: #BE8CB1;
}
</style>
border-color css
<style>
span { border-color: #BE8CB1; }
span { border-color: rgb(190,140,177); }
td.TdClassName
{
border-color: #BE8CB1;
}
.TagClassName
{
border-color: #BE8CB1;
}
</style>