Shades of London Hue #BE8AB7
Tints of London Hue #BE8AB7
RGB
CMYK
RGB Variations
Color information
#BE8AB7 (or 0xBE8AB7) is known color: London Hue. HEX triplet: BE, 8A and B7. RGB value is (190,138,183). Sum of RGB (Red+Green+Blue) = 190+138+183=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AB7 is #417548. Grayscale: #9E9E9E. Windows color (decimal): -4289865 or 12028606. OLE color: 12028606.
HSL color Cylindrical-coordinate representation of color #BE8AB7: hue angle of 308.08º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE8AB7 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 183 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.25 |
| HSL | 308.08º | 0.29% | 0.64% | - |
| HSV(B) | 308.08º | 0.27% | 0.75% | - |
| XYZ | 38.87 | 32.54 | 49.03 | - |
| YUV | 158.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 183 | 0 | 0.27 | 0.04 | 0.25 | 308.08 | 0.29 | 0.64 |
| Hex | BE | 8A | B7 | 0 | 1B | 4 | 19 | 134 | 1D | 40 |
| Octal | 276 | 212 | 267 | 0 | 33 | 4 | 31 | 464 | 35 | 100 |
| Binary | 10111110 | 10001010 | 10110111 | 0 | 11011 | 100 | 11001 | 100110100 | 11101 | 1000000 |
Color Harmonies of #BE8AB7
Complementary color
Monochromatic Colors of #BE8AB7
Black with #BE8AB7
Text Example
Text Example
White with #BE8AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8AB7; }
p { color: rgb(190,138,183); }
H1.HeaderClassName
{
color: #BE8AB7;
}
.AnyTagClassName
{
color: #BE8AB7;
}
</style>
background-color css
<style>
a { background-color: #BE8AB7; }
a { background-color: rgb(190,138,183); }
div.DivClassName
{
background-color: #BE8AB7;
}
.BgClassName
{
background-color: #BE8AB7;
}
</style>
border-color css
<style>
span { border-color: #BE8AB7; }
span { border-color: rgb(190,138,183); }
td.TdClassName
{
border-color: #BE8AB7;
}
.TagClassName
{
border-color: #BE8AB7;
}
</style>