Shades of London Hue #BE80BF
Tints of London Hue #BE80BF
RGB
CMYK
RGB Variations
Color information
#BE80BF (or 0xBE80BF) is known color: London Hue. HEX triplet: BE, 80 and BF. RGB value is (190,128,191). Sum of RGB (Red+Green+Blue) = 190+128+191=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE80BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80BF is #417F40. Grayscale: #999999. Windows color (decimal): -4292417 or 12550334. OLE color: 12550334.
HSL color Cylindrical-coordinate representation of color #BE80BF: hue angle of 299.05º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE80BF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 191 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.25 |
| HSL | 299.05º | 0.33% | 0.63% | - |
| HSV(B) | 299.05º | 0.33% | 0.75% | - |
| XYZ | 38.36 | 30.15 | 53.09 | - |
| YUV | 153.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 191 | 0.01 | 0.33 | 0 | 0.25 | 299.05 | 0.33 | 0.63 |
| Hex | BE | 80 | BF | 1 | 21 | 0 | 19 | 12B | 21 | 3F |
| Octal | 276 | 200 | 277 | 1 | 41 | 0 | 31 | 453 | 41 | 77 |
| Binary | 10111110 | 10000000 | 10111111 | 1 | 100001 | 0 | 11001 | 100101011 | 100001 | 111111 |
Color Harmonies of #BE80BF
Complementary color
Monochromatic Colors of #BE80BF
Black with #BE80BF
Text Example
Text Example
White with #BE80BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE80BF; }
p { color: rgb(190,128,191); }
H1.HeaderClassName
{
color: #BE80BF;
}
.AnyTagClassName
{
color: #BE80BF;
}
</style>
background-color css
<style>
a { background-color: #BE80BF; }
a { background-color: rgb(190,128,191); }
div.DivClassName
{
background-color: #BE80BF;
}
.BgClassName
{
background-color: #BE80BF;
}
</style>
border-color css
<style>
span { border-color: #BE80BF; }
span { border-color: rgb(190,128,191); }
td.TdClassName
{
border-color: #BE80BF;
}
.TagClassName
{
border-color: #BE80BF;
}
</style>