Shades of London Hue #BE8FBC
Tints of London Hue #BE8FBC
RGB
CMYK
RGB Variations
Color information
#BE8FBC (or 0xBE8FBC) is known color: London Hue. HEX triplet: BE, 8F and BC. RGB value is (190,143,188). Sum of RGB (Red+Green+Blue) = 190+143+188=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FBC is #417043. Grayscale: #A2A2A2. Windows color (decimal): -4288580 or 12357566. OLE color: 12357566.
HSL color Cylindrical-coordinate representation of color #BE8FBC: hue angle of 302.55º 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 #BE8FBC is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 188 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.25 |
| HSL | 302.55º | 0.27% | 0.65% | - |
| HSV(B) | 302.55º | 0.25% | 0.75% | - |
| XYZ | 40.13 | 34.22 | 52.07 | - |
| YUV | 162.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 188 | 0 | 0.25 | 0.01 | 0.25 | 302.55 | 0.27 | 0.65 |
| Hex | BE | 8F | BC | 0 | 19 | 1 | 19 | 12F | 1B | 41 |
| Octal | 276 | 217 | 274 | 0 | 31 | 1 | 31 | 457 | 33 | 101 |
| Binary | 10111110 | 10001111 | 10111100 | 0 | 11001 | 1 | 11001 | 100101111 | 11011 | 1000001 |
Color Harmonies of #BE8FBC
Complementary color
Monochromatic Colors of #BE8FBC
Black with #BE8FBC
Text Example
Text Example
White with #BE8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FBC; }
p { color: rgb(190,143,188); }
H1.HeaderClassName
{
color: #BE8FBC;
}
.AnyTagClassName
{
color: #BE8FBC;
}
</style>
background-color css
<style>
a { background-color: #BE8FBC; }
a { background-color: rgb(190,143,188); }
div.DivClassName
{
background-color: #BE8FBC;
}
.BgClassName
{
background-color: #BE8FBC;
}
</style>
border-color css
<style>
span { border-color: #BE8FBC; }
span { border-color: rgb(190,143,188); }
td.TdClassName
{
border-color: #BE8FBC;
}
.TagClassName
{
border-color: #BE8FBC;
}
</style>