Shades of London Hue #BE8AB8
Tints of London Hue #BE8AB8
RGB
CMYK
RGB Variations
Color information
#BE8AB8 (or 0xBE8AB8) is known color: London Hue. HEX triplet: BE, 8A and B8. RGB value is (190,138,184). Sum of RGB (Red+Green+Blue) = 190+138+184=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AB8 is #417547. Grayscale: #9E9E9E. Windows color (decimal): -4289864 or 12094142. OLE color: 12094142.
HSL color Cylindrical-coordinate representation of color #BE8AB8: hue angle of 306.92º 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 #BE8AB8 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 184 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.25 |
| HSL | 306.92º | 0.29% | 0.64% | - |
| HSV(B) | 306.92º | 0.27% | 0.75% | - |
| XYZ | 38.98 | 32.58 | 49.58 | - |
| YUV | 158.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 184 | 0 | 0.27 | 0.03 | 0.25 | 306.92 | 0.29 | 0.64 |
| Hex | BE | 8A | B8 | 0 | 1B | 3 | 19 | 133 | 1D | 40 |
| Octal | 276 | 212 | 270 | 0 | 33 | 3 | 31 | 463 | 35 | 100 |
| Binary | 10111110 | 10001010 | 10111000 | 0 | 11011 | 11 | 11001 | 100110011 | 11101 | 1000000 |
Color Harmonies of #BE8AB8
Complementary color
Monochromatic Colors of #BE8AB8
Black with #BE8AB8
Text Example
Text Example
White with #BE8AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8AB8; }
p { color: rgb(190,138,184); }
H1.HeaderClassName
{
color: #BE8AB8;
}
.AnyTagClassName
{
color: #BE8AB8;
}
</style>
background-color css
<style>
a { background-color: #BE8AB8; }
a { background-color: rgb(190,138,184); }
div.DivClassName
{
background-color: #BE8AB8;
}
.BgClassName
{
background-color: #BE8AB8;
}
</style>
border-color css
<style>
span { border-color: #BE8AB8; }
span { border-color: rgb(190,138,184); }
td.TdClassName
{
border-color: #BE8AB8;
}
.TagClassName
{
border-color: #BE8AB8;
}
</style>