Shades of London Hue #BE8FBA
Tints of London Hue #BE8FBA
RGB
CMYK
RGB Variations
Color information
#BE8FBA (or 0xBE8FBA) is known color: London Hue. HEX triplet: BE, 8F and BA. RGB value is (190,143,186). Sum of RGB (Red+Green+Blue) = 190+143+186=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FBA is #417045. Grayscale: #A1A1A1. Windows color (decimal): -4288582 or 12226494. OLE color: 12226494.
HSL color Cylindrical-coordinate representation of color #BE8FBA: hue angle of 305.11º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE8FBA is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 186 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.25 |
| HSL | 305.11º | 0.27% | 0.65% | - |
| HSV(B) | 305.11º | 0.25% | 0.75% | - |
| XYZ | 39.92 | 34.14 | 50.94 | - |
| YUV | 161.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 186 | 0 | 0.25 | 0.02 | 0.25 | 305.11 | 0.27 | 0.65 |
| Hex | BE | 8F | BA | 0 | 19 | 2 | 19 | 131 | 1B | 41 |
| Octal | 276 | 217 | 272 | 0 | 31 | 2 | 31 | 461 | 33 | 101 |
| Binary | 10111110 | 10001111 | 10111010 | 0 | 11001 | 10 | 11001 | 100110001 | 11011 | 1000001 |
Color Harmonies of #BE8FBA
Complementary color
Monochromatic Colors of #BE8FBA
Black with #BE8FBA
Text Example
Text Example
White with #BE8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FBA; }
p { color: rgb(190,143,186); }
H1.HeaderClassName
{
color: #BE8FBA;
}
.AnyTagClassName
{
color: #BE8FBA;
}
</style>
background-color css
<style>
a { background-color: #BE8FBA; }
a { background-color: rgb(190,143,186); }
div.DivClassName
{
background-color: #BE8FBA;
}
.BgClassName
{
background-color: #BE8FBA;
}
</style>
border-color css
<style>
span { border-color: #BE8FBA; }
span { border-color: rgb(190,143,186); }
td.TdClassName
{
border-color: #BE8FBA;
}
.TagClassName
{
border-color: #BE8FBA;
}
</style>