Shades of London Hue #BE8FB6
Tints of London Hue #BE8FB6
RGB
CMYK
RGB Variations
Color information
#BE8FB6 (or 0xBE8FB6) is known color: London Hue. HEX triplet: BE, 8F and B6. RGB value is (190,143,182). Sum of RGB (Red+Green+Blue) = 190+143+182=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FB6 is #417049. Grayscale: #A1A1A1. Windows color (decimal): -4288586 or 11964350. OLE color: 11964350.
HSL color Cylindrical-coordinate representation of color #BE8FB6: hue angle of 310.21º 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 #BE8FB6 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 182 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.25 |
| HSL | 310.21º | 0.27% | 0.65% | - |
| HSV(B) | 310.21º | 0.25% | 0.75% | - |
| XYZ | 39.5 | 33.97 | 48.73 | - |
| YUV | 161.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 182 | 0 | 0.25 | 0.04 | 0.25 | 310.21 | 0.27 | 0.65 |
| Hex | BE | 8F | B6 | 0 | 19 | 4 | 19 | 136 | 1B | 41 |
| Octal | 276 | 217 | 266 | 0 | 31 | 4 | 31 | 466 | 33 | 101 |
| Binary | 10111110 | 10001111 | 10110110 | 0 | 11001 | 100 | 11001 | 100110110 | 11011 | 1000001 |
Color Harmonies of #BE8FB6
Complementary color
Monochromatic Colors of #BE8FB6
Black with #BE8FB6
Text Example
Text Example
White with #BE8FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FB6; }
p { color: rgb(190,143,182); }
H1.HeaderClassName
{
color: #BE8FB6;
}
.AnyTagClassName
{
color: #BE8FB6;
}
</style>
background-color css
<style>
a { background-color: #BE8FB6; }
a { background-color: rgb(190,143,182); }
div.DivClassName
{
background-color: #BE8FB6;
}
.BgClassName
{
background-color: #BE8FB6;
}
</style>
border-color css
<style>
span { border-color: #BE8FB6; }
span { border-color: rgb(190,143,182); }
td.TdClassName
{
border-color: #BE8FB6;
}
.TagClassName
{
border-color: #BE8FB6;
}
</style>