Shades of London Hue #BE89B8
Tints of London Hue #BE89B8
RGB
CMYK
RGB Variations
Color information
#BE89B8 (or 0xBE89B8) is known color: London Hue. HEX triplet: BE, 89 and B8. RGB value is (190,137,184). Sum of RGB (Red+Green+Blue) = 190+137+184=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BE89B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE89B8 is #417647. Grayscale: #9E9E9E. Windows color (decimal): -4290120 or 12093886. OLE color: 12093886.
HSL color Cylindrical-coordinate representation of color #BE89B8: hue angle of 306.79º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE89B8 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 184 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.25 |
| HSL | 306.79º | 0.29% | 0.64% | - |
| HSV(B) | 306.79º | 0.28% | 0.75% | - |
| XYZ | 38.83 | 32.3 | 49.54 | - |
| YUV | 158.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 184 | 0 | 0.28 | 0.03 | 0.25 | 306.79 | 0.29 | 0.64 |
| Hex | BE | 89 | B8 | 0 | 1C | 3 | 19 | 133 | 1D | 40 |
| Octal | 276 | 211 | 270 | 0 | 34 | 3 | 31 | 463 | 35 | 100 |
| Binary | 10111110 | 10001001 | 10111000 | 0 | 11100 | 11 | 11001 | 100110011 | 11101 | 1000000 |
Color Harmonies of #BE89B8
Complementary color
Monochromatic Colors of #BE89B8
Black with #BE89B8
Text Example
Text Example
White with #BE89B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE89B8; }
p { color: rgb(190,137,184); }
H1.HeaderClassName
{
color: #BE89B8;
}
.AnyTagClassName
{
color: #BE89B8;
}
</style>
background-color css
<style>
a { background-color: #BE89B8; }
a { background-color: rgb(190,137,184); }
div.DivClassName
{
background-color: #BE89B8;
}
.BgClassName
{
background-color: #BE89B8;
}
</style>
border-color css
<style>
span { border-color: #BE89B8; }
span { border-color: rgb(190,137,184); }
td.TdClassName
{
border-color: #BE89B8;
}
.TagClassName
{
border-color: #BE89B8;
}
</style>