Shades of London Hue #BE91B7
Tints of London Hue #BE91B7
RGB
CMYK
RGB Variations
Color information
#BE91B7 (or 0xBE91B7) is known color: London Hue. HEX triplet: BE, 91 and B7. RGB value is (190,145,183). Sum of RGB (Red+Green+Blue) = 190+145+183=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE91B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91B7 is #416E48. Grayscale: #A2A2A2. Windows color (decimal): -4288073 or 12030398. OLE color: 12030398.
HSL color Cylindrical-coordinate representation of color #BE91B7: hue angle of 309.33º 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 #BE91B7 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 183 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.25 |
| HSL | 309.33º | 0.26% | 0.66% | - |
| HSV(B) | 309.33º | 0.24% | 0.75% | - |
| XYZ | 39.91 | 34.62 | 49.38 | - |
| YUV | 162.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 183 | 0 | 0.24 | 0.04 | 0.25 | 309.33 | 0.26 | 0.66 |
| Hex | BE | 91 | B7 | 0 | 18 | 4 | 19 | 135 | 1A | 42 |
| Octal | 276 | 221 | 267 | 0 | 30 | 4 | 31 | 465 | 32 | 102 |
| Binary | 10111110 | 10010001 | 10110111 | 0 | 11000 | 100 | 11001 | 100110101 | 11010 | 1000010 |
Color Harmonies of #BE91B7
Complementary color
Monochromatic Colors of #BE91B7
Black with #BE91B7
Text Example
Text Example
White with #BE91B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE91B7; }
p { color: rgb(190,145,183); }
H1.HeaderClassName
{
color: #BE91B7;
}
.AnyTagClassName
{
color: #BE91B7;
}
</style>
background-color css
<style>
a { background-color: #BE91B7; }
a { background-color: rgb(190,145,183); }
div.DivClassName
{
background-color: #BE91B7;
}
.BgClassName
{
background-color: #BE91B7;
}
</style>
border-color css
<style>
span { border-color: #BE91B7; }
span { border-color: rgb(190,145,183); }
td.TdClassName
{
border-color: #BE91B7;
}
.TagClassName
{
border-color: #BE91B7;
}
</style>