Shades of London Hue #BE82AC
Tints of London Hue #BE82AC
RGB
CMYK
RGB Variations
Color information
#BE82AC (or 0xBE82AC) is known color: London Hue. HEX triplet: BE, 82 and AC. RGB value is (190,130,172). Sum of RGB (Red+Green+Blue) = 190+130+172=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE82AC is #417D53. Grayscale: #989898. Windows color (decimal): -4291924 or 11305662. OLE color: 11305662.
HSL color Cylindrical-coordinate representation of color #BE82AC: hue angle of 318º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE82AC is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 130 | 172 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.25 |
| HSL | 318º | 0.32% | 0.63% | - |
| HSV(B) | 318º | 0.32% | 0.75% | - |
| XYZ | 36.66 | 29.89 | 42.87 | - |
| YUV | 152.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 172 | 0 | 0.32 | 0.09 | 0.25 | 318 | 0.32 | 0.63 |
| Hex | BE | 82 | AC | 0 | 20 | 9 | 19 | 13E | 20 | 3F |
| Octal | 276 | 202 | 254 | 0 | 40 | 11 | 31 | 476 | 40 | 77 |
| Binary | 10111110 | 10000010 | 10101100 | 0 | 100000 | 1001 | 11001 | 100111110 | 100000 | 111111 |
Color Harmonies of #BE82AC
Complementary color
Monochromatic Colors of #BE82AC
Black with #BE82AC
Text Example
Text Example
White with #BE82AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE82AC; }
p { color: rgb(190,130,172); }
H1.HeaderClassName
{
color: #BE82AC;
}
.AnyTagClassName
{
color: #BE82AC;
}
</style>
background-color css
<style>
a { background-color: #BE82AC; }
a { background-color: rgb(190,130,172); }
div.DivClassName
{
background-color: #BE82AC;
}
.BgClassName
{
background-color: #BE82AC;
}
</style>
border-color css
<style>
span { border-color: #BE82AC; }
span { border-color: rgb(190,130,172); }
td.TdClassName
{
border-color: #BE82AC;
}
.TagClassName
{
border-color: #BE82AC;
}
</style>