Shades of London Hue #BE81AC
Tints of London Hue #BE81AC
RGB
CMYK
RGB Variations
Color information
#BE81AC (or 0xBE81AC) is known color: London Hue. HEX triplet: BE, 81 and AC. RGB value is (190,129,172). Sum of RGB (Red+Green+Blue) = 190+129+172=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE81AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE81AC is #417E53. Grayscale: #989898. Windows color (decimal): -4292180 or 11305406. OLE color: 11305406.
HSL color Cylindrical-coordinate representation of color #BE81AC: hue angle of 317.7º 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 #BE81AC is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 129 | 172 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.25 |
| HSL | 317.7º | 0.32% | 0.63% | - |
| HSV(B) | 317.7º | 0.32% | 0.75% | - |
| XYZ | 36.53 | 29.63 | 42.82 | - |
| YUV | 152.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 172 | 0 | 0.32 | 0.09 | 0.25 | 317.7 | 0.32 | 0.63 |
| Hex | BE | 81 | AC | 0 | 20 | 9 | 19 | 13E | 20 | 3F |
| Octal | 276 | 201 | 254 | 0 | 40 | 11 | 31 | 476 | 40 | 77 |
| Binary | 10111110 | 10000001 | 10101100 | 0 | 100000 | 1001 | 11001 | 100111110 | 100000 | 111111 |
Color Harmonies of #BE81AC
Complementary color
Monochromatic Colors of #BE81AC
Black with #BE81AC
Text Example
Text Example
White with #BE81AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE81AC; }
p { color: rgb(190,129,172); }
H1.HeaderClassName
{
color: #BE81AC;
}
.AnyTagClassName
{
color: #BE81AC;
}
</style>
background-color css
<style>
a { background-color: #BE81AC; }
a { background-color: rgb(190,129,172); }
div.DivClassName
{
background-color: #BE81AC;
}
.BgClassName
{
background-color: #BE81AC;
}
</style>
border-color css
<style>
span { border-color: #BE81AC; }
span { border-color: rgb(190,129,172); }
td.TdClassName
{
border-color: #BE81AC;
}
.TagClassName
{
border-color: #BE81AC;
}
</style>