Shades of London Hue #BE8AB4
Tints of London Hue #BE8AB4
RGB
CMYK
RGB Variations
Color information
#BE8AB4 (or 0xBE8AB4) is known color: London Hue. HEX triplet: BE, 8A and B4. RGB value is (190,138,180). Sum of RGB (Red+Green+Blue) = 190+138+180=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AB4 is #41754B. Grayscale: #9E9E9E. Windows color (decimal): -4289868 or 11831998. OLE color: 11831998.
HSL color Cylindrical-coordinate representation of color #BE8AB4: hue angle of 311.54º 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 #BE8AB4 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 180 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.25 |
| HSL | 311.54º | 0.29% | 0.64% | - |
| HSV(B) | 311.54º | 0.27% | 0.75% | - |
| XYZ | 38.56 | 32.42 | 47.41 | - |
| YUV | 158.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 180 | 0 | 0.27 | 0.05 | 0.25 | 311.54 | 0.29 | 0.64 |
| Hex | BE | 8A | B4 | 0 | 1B | 5 | 19 | 138 | 1D | 40 |
| Octal | 276 | 212 | 264 | 0 | 33 | 5 | 31 | 470 | 35 | 100 |
| Binary | 10111110 | 10001010 | 10110100 | 0 | 11011 | 101 | 11001 | 100111000 | 11101 | 1000000 |
Color Harmonies of #BE8AB4
Complementary color
Monochromatic Colors of #BE8AB4
Black with #BE8AB4
Text Example
Text Example
White with #BE8AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8AB4; }
p { color: rgb(190,138,180); }
H1.HeaderClassName
{
color: #BE8AB4;
}
.AnyTagClassName
{
color: #BE8AB4;
}
</style>
background-color css
<style>
a { background-color: #BE8AB4; }
a { background-color: rgb(190,138,180); }
div.DivClassName
{
background-color: #BE8AB4;
}
.BgClassName
{
background-color: #BE8AB4;
}
</style>
border-color css
<style>
span { border-color: #BE8AB4; }
span { border-color: rgb(190,138,180); }
td.TdClassName
{
border-color: #BE8AB4;
}
.TagClassName
{
border-color: #BE8AB4;
}
</style>