Shades of London Hue #BE8ABC
Tints of London Hue #BE8ABC
RGB
CMYK
RGB Variations
Color information
#BE8ABC (or 0xBE8ABC) is known color: London Hue. HEX triplet: BE, 8A and BC. RGB value is (190,138,188). Sum of RGB (Red+Green+Blue) = 190+138+188=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ABC is #417543. Grayscale: #9F9F9F. Windows color (decimal): -4289860 or 12356286. OLE color: 12356286.
HSL color Cylindrical-coordinate representation of color #BE8ABC: hue angle of 302.31º 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 #BE8ABC is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 188 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.25 |
| HSL | 302.31º | 0.29% | 0.64% | - |
| HSV(B) | 302.31º | 0.27% | 0.75% | - |
| XYZ | 39.4 | 32.75 | 51.82 | - |
| YUV | 159.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 188 | 0 | 0.27 | 0.01 | 0.25 | 302.31 | 0.29 | 0.64 |
| Hex | BE | 8A | BC | 0 | 1B | 1 | 19 | 12E | 1D | 40 |
| Octal | 276 | 212 | 274 | 0 | 33 | 1 | 31 | 456 | 35 | 100 |
| Binary | 10111110 | 10001010 | 10111100 | 0 | 11011 | 1 | 11001 | 100101110 | 11101 | 1000000 |
Color Harmonies of #BE8ABC
Complementary color
Monochromatic Colors of #BE8ABC
Black with #BE8ABC
Text Example
Text Example
White with #BE8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8ABC; }
p { color: rgb(190,138,188); }
H1.HeaderClassName
{
color: #BE8ABC;
}
.AnyTagClassName
{
color: #BE8ABC;
}
</style>
background-color css
<style>
a { background-color: #BE8ABC; }
a { background-color: rgb(190,138,188); }
div.DivClassName
{
background-color: #BE8ABC;
}
.BgClassName
{
background-color: #BE8ABC;
}
</style>
border-color css
<style>
span { border-color: #BE8ABC; }
span { border-color: rgb(190,138,188); }
td.TdClassName
{
border-color: #BE8ABC;
}
.TagClassName
{
border-color: #BE8ABC;
}
</style>