Shades of London Hue #BE82AB
Tints of London Hue #BE82AB
RGB
CMYK
RGB Variations
Color information
#BE82AB (or 0xBE82AB) is known color: London Hue. HEX triplet: BE, 82 and AB. RGB value is (190,130,171). Sum of RGB (Red+Green+Blue) = 190+130+171=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE82AB is #417D54. Grayscale: #989898. Windows color (decimal): -4291925 or 11240126. OLE color: 11240126.
HSL color Cylindrical-coordinate representation of color #BE82AB: hue angle of 319º 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 #BE82AB is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 130 | 171 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.25 |
| HSL | 319º | 0.32% | 0.63% | - |
| HSV(B) | 319º | 0.32% | 0.75% | - |
| XYZ | 36.57 | 29.85 | 42.36 | - |
| YUV | 152.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 171 | 0 | 0.32 | 0.10 | 0.25 | 319 | 0.32 | 0.63 |
| Hex | BE | 82 | AB | 0 | 20 | A | 19 | 13F | 20 | 3F |
| Octal | 276 | 202 | 253 | 0 | 40 | 12 | 31 | 477 | 40 | 77 |
| Binary | 10111110 | 10000010 | 10101011 | 0 | 100000 | 1010 | 11001 | 100111111 | 100000 | 111111 |
Color Harmonies of #BE82AB
Complementary color
Monochromatic Colors of #BE82AB
Black with #BE82AB
Text Example
Text Example
White with #BE82AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE82AB; }
p { color: rgb(190,130,171); }
H1.HeaderClassName
{
color: #BE82AB;
}
.AnyTagClassName
{
color: #BE82AB;
}
</style>
background-color css
<style>
a { background-color: #BE82AB; }
a { background-color: rgb(190,130,171); }
div.DivClassName
{
background-color: #BE82AB;
}
.BgClassName
{
background-color: #BE82AB;
}
</style>
border-color css
<style>
span { border-color: #BE82AB; }
span { border-color: rgb(190,130,171); }
td.TdClassName
{
border-color: #BE82AB;
}
.TagClassName
{
border-color: #BE82AB;
}
</style>