Shades of London Hue #BE8ABB
Tints of London Hue #BE8ABB
RGB
CMYK
RGB Variations
Color information
#BE8ABB (or 0xBE8ABB) is known color: London Hue. HEX triplet: BE, 8A and BB. RGB value is (190,138,187). Sum of RGB (Red+Green+Blue) = 190+138+187=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ABB is #417544. Grayscale: #9E9E9E. Windows color (decimal): -4289861 or 12290750. OLE color: 12290750.
HSL color Cylindrical-coordinate representation of color #BE8ABB: hue angle of 303.46º 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 #BE8ABB is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 187 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.25 |
| HSL | 303.46º | 0.29% | 0.64% | - |
| HSV(B) | 303.46º | 0.27% | 0.75% | - |
| XYZ | 39.29 | 32.71 | 51.26 | - |
| YUV | 159.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 187 | 0 | 0.27 | 0.02 | 0.25 | 303.46 | 0.29 | 0.64 |
| Hex | BE | 8A | BB | 0 | 1B | 2 | 19 | 12F | 1D | 40 |
| Octal | 276 | 212 | 273 | 0 | 33 | 2 | 31 | 457 | 35 | 100 |
| Binary | 10111110 | 10001010 | 10111011 | 0 | 11011 | 10 | 11001 | 100101111 | 11101 | 1000000 |
Color Harmonies of #BE8ABB
Complementary color
Monochromatic Colors of #BE8ABB
Black with #BE8ABB
Text Example
Text Example
White with #BE8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8ABB; }
p { color: rgb(190,138,187); }
H1.HeaderClassName
{
color: #BE8ABB;
}
.AnyTagClassName
{
color: #BE8ABB;
}
</style>
background-color css
<style>
a { background-color: #BE8ABB; }
a { background-color: rgb(190,138,187); }
div.DivClassName
{
background-color: #BE8ABB;
}
.BgClassName
{
background-color: #BE8ABB;
}
</style>
border-color css
<style>
span { border-color: #BE8ABB; }
span { border-color: rgb(190,138,187); }
td.TdClassName
{
border-color: #BE8ABB;
}
.TagClassName
{
border-color: #BE8ABB;
}
</style>