Shades of London Hue #BE91B9
Tints of London Hue #BE91B9
RGB
CMYK
RGB Variations
Color information
#BE91B9 (or 0xBE91B9) is known color: London Hue. HEX triplet: BE, 91 and B9. RGB value is (190,145,185). Sum of RGB (Red+Green+Blue) = 190+145+185=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BE91B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91B9 is #416E46. Grayscale: #A2A2A2. Windows color (decimal): -4288071 or 12161470. OLE color: 12161470.
HSL color Cylindrical-coordinate representation of color #BE91B9: hue angle of 306.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE91B9 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 185 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.25 |
| HSL | 306.67º | 0.26% | 0.66% | - |
| HSV(B) | 306.67º | 0.24% | 0.75% | - |
| XYZ | 40.12 | 34.7 | 50.48 | - |
| YUV | 163.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 185 | 0 | 0.24 | 0.03 | 0.25 | 306.67 | 0.26 | 0.66 |
| Hex | BE | 91 | B9 | 0 | 18 | 3 | 19 | 133 | 1A | 42 |
| Octal | 276 | 221 | 271 | 0 | 30 | 3 | 31 | 463 | 32 | 102 |
| Binary | 10111110 | 10010001 | 10111001 | 0 | 11000 | 11 | 11001 | 100110011 | 11010 | 1000010 |
Color Harmonies of #BE91B9
Complementary color
Monochromatic Colors of #BE91B9
Black with #BE91B9
Text Example
Text Example
White with #BE91B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE91B9; }
p { color: rgb(190,145,185); }
H1.HeaderClassName
{
color: #BE91B9;
}
.AnyTagClassName
{
color: #BE91B9;
}
</style>
background-color css
<style>
a { background-color: #BE91B9; }
a { background-color: rgb(190,145,185); }
div.DivClassName
{
background-color: #BE91B9;
}
.BgClassName
{
background-color: #BE91B9;
}
</style>
border-color css
<style>
span { border-color: #BE91B9; }
span { border-color: rgb(190,145,185); }
td.TdClassName
{
border-color: #BE91B9;
}
.TagClassName
{
border-color: #BE91B9;
}
</style>