Shades of London Hue #BE87BA
Tints of London Hue #BE87BA
RGB
CMYK
RGB Variations
Color information
#BE87BA (or 0xBE87BA) is known color: London Hue. HEX triplet: BE, 87 and BA. RGB value is (190,135,186). Sum of RGB (Red+Green+Blue) = 190+135+186=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BE87BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE87BA is #417845. Grayscale: #9D9D9D. Windows color (decimal): -4290630 or 12224446. OLE color: 12224446.
HSL color Cylindrical-coordinate representation of color #BE87BA: hue angle of 304.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE87BA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 186 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.25 |
| HSL | 304.36º | 0.3% | 0.64% | - |
| HSV(B) | 304.36º | 0.29% | 0.75% | - |
| XYZ | 38.76 | 31.82 | 50.55 | - |
| YUV | 157.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 186 | 0 | 0.29 | 0.02 | 0.25 | 304.36 | 0.3 | 0.64 |
| Hex | BE | 87 | BA | 0 | 1D | 2 | 19 | 130 | 1E | 40 |
| Octal | 276 | 207 | 272 | 0 | 35 | 2 | 31 | 460 | 36 | 100 |
| Binary | 10111110 | 10000111 | 10111010 | 0 | 11101 | 10 | 11001 | 100110000 | 11110 | 1000000 |
Color Harmonies of #BE87BA
Complementary color
Monochromatic Colors of #BE87BA
Black with #BE87BA
Text Example
Text Example
White with #BE87BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE87BA; }
p { color: rgb(190,135,186); }
H1.HeaderClassName
{
color: #BE87BA;
}
.AnyTagClassName
{
color: #BE87BA;
}
</style>
background-color css
<style>
a { background-color: #BE87BA; }
a { background-color: rgb(190,135,186); }
div.DivClassName
{
background-color: #BE87BA;
}
.BgClassName
{
background-color: #BE87BA;
}
</style>
border-color css
<style>
span { border-color: #BE87BA; }
span { border-color: rgb(190,135,186); }
td.TdClassName
{
border-color: #BE87BA;
}
.TagClassName
{
border-color: #BE87BA;
}
</style>