Shades of London Hue #BE8AB6
Tints of London Hue #BE8AB6
RGB
CMYK
RGB Variations
Color information
#BE8AB6 (or 0xBE8AB6) is known color: London Hue. HEX triplet: BE, 8A and B6. RGB value is (190,138,182). Sum of RGB (Red+Green+Blue) = 190+138+182=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AB6 is #417549. Grayscale: #9E9E9E. Windows color (decimal): -4289866 or 11963070. OLE color: 11963070.
HSL color Cylindrical-coordinate representation of color #BE8AB6: hue angle of 309.23º 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 #BE8AB6 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 182 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.25 |
| HSL | 309.23º | 0.29% | 0.64% | - |
| HSV(B) | 309.23º | 0.27% | 0.75% | - |
| XYZ | 38.77 | 32.5 | 48.49 | - |
| YUV | 158.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 182 | 0 | 0.27 | 0.04 | 0.25 | 309.23 | 0.29 | 0.64 |
| Hex | BE | 8A | B6 | 0 | 1B | 4 | 19 | 135 | 1D | 40 |
| Octal | 276 | 212 | 266 | 0 | 33 | 4 | 31 | 465 | 35 | 100 |
| Binary | 10111110 | 10001010 | 10110110 | 0 | 11011 | 100 | 11001 | 100110101 | 11101 | 1000000 |
Color Harmonies of #BE8AB6
Complementary color
Monochromatic Colors of #BE8AB6
Black with #BE8AB6
Text Example
Text Example
White with #BE8AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8AB6; }
p { color: rgb(190,138,182); }
H1.HeaderClassName
{
color: #BE8AB6;
}
.AnyTagClassName
{
color: #BE8AB6;
}
</style>
background-color css
<style>
a { background-color: #BE8AB6; }
a { background-color: rgb(190,138,182); }
div.DivClassName
{
background-color: #BE8AB6;
}
.BgClassName
{
background-color: #BE8AB6;
}
</style>
border-color css
<style>
span { border-color: #BE8AB6; }
span { border-color: rgb(190,138,182); }
td.TdClassName
{
border-color: #BE8AB6;
}
.TagClassName
{
border-color: #BE8AB6;
}
</style>