Shades of London Hue #BE86B8
Tints of London Hue #BE86B8
RGB
CMYK
RGB Variations
Color information
#BE86B8 (or 0xBE86B8) is known color: London Hue. HEX triplet: BE, 86 and B8. RGB value is (190,134,184). Sum of RGB (Red+Green+Blue) = 190+134+184=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86B8 is #417947. Grayscale: #9C9C9C. Windows color (decimal): -4290888 or 12093118. OLE color: 12093118.
HSL color Cylindrical-coordinate representation of color #BE86B8: hue angle of 306.43º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE86B8 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 134 | 184 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.25 |
| HSL | 306.43º | 0.3% | 0.64% | - |
| HSV(B) | 306.43º | 0.29% | 0.75% | - |
| XYZ | 38.41 | 31.46 | 49.39 | - |
| YUV | 156.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 184 | 0 | 0.29 | 0.03 | 0.25 | 306.43 | 0.3 | 0.64 |
| Hex | BE | 86 | B8 | 0 | 1D | 3 | 19 | 132 | 1E | 40 |
| Octal | 276 | 206 | 270 | 0 | 35 | 3 | 31 | 462 | 36 | 100 |
| Binary | 10111110 | 10000110 | 10111000 | 0 | 11101 | 11 | 11001 | 100110010 | 11110 | 1000000 |
Color Harmonies of #BE86B8
Complementary color
Monochromatic Colors of #BE86B8
Black with #BE86B8
Text Example
Text Example
White with #BE86B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE86B8; }
p { color: rgb(190,134,184); }
H1.HeaderClassName
{
color: #BE86B8;
}
.AnyTagClassName
{
color: #BE86B8;
}
</style>
background-color css
<style>
a { background-color: #BE86B8; }
a { background-color: rgb(190,134,184); }
div.DivClassName
{
background-color: #BE86B8;
}
.BgClassName
{
background-color: #BE86B8;
}
</style>
border-color css
<style>
span { border-color: #BE86B8; }
span { border-color: rgb(190,134,184); }
td.TdClassName
{
border-color: #BE86B8;
}
.TagClassName
{
border-color: #BE86B8;
}
</style>