Shades of London Hue #BC86BE
Tints of London Hue #BC86BE
RGB
CMYK
RGB Variations
Color information
#BC86BE (or 0xBC86BE) is known color: London Hue. HEX triplet: BC, 86 and BE. RGB value is (188,134,190). Sum of RGB (Red+Green+Blue) = 188+134+190=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC86BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86BE is #437941. Grayscale: #9C9C9C. Windows color (decimal): -4421954 or 12486332. OLE color: 12486332.
HSL color Cylindrical-coordinate representation of color #BC86BE: hue angle of 297.86º 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 #BC86BE is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 134 | 190 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.25 |
| HSL | 297.86º | 0.3% | 0.64% | - |
| HSV(B) | 297.86º | 0.29% | 0.75% | - |
| XYZ | 38.56 | 31.46 | 52.76 | - |
| YUV | 156.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 190 | 0.01 | 0.29 | 0 | 0.25 | 297.86 | 0.3 | 0.64 |
| Hex | BC | 86 | BE | 1 | 1D | 0 | 19 | 12A | 1E | 40 |
| Octal | 274 | 206 | 276 | 1 | 35 | 0 | 31 | 452 | 36 | 100 |
| Binary | 10111100 | 10000110 | 10111110 | 1 | 11101 | 0 | 11001 | 100101010 | 11110 | 1000000 |
Color Harmonies of #BC86BE
Complementary color
Monochromatic Colors of #BC86BE
Black with #BC86BE
Text Example
Text Example
White with #BC86BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC86BE; }
p { color: rgb(188,134,190); }
H1.HeaderClassName
{
color: #BC86BE;
}
.AnyTagClassName
{
color: #BC86BE;
}
</style>
background-color css
<style>
a { background-color: #BC86BE; }
a { background-color: rgb(188,134,190); }
div.DivClassName
{
background-color: #BC86BE;
}
.BgClassName
{
background-color: #BC86BE;
}
</style>
border-color css
<style>
span { border-color: #BC86BE; }
span { border-color: rgb(188,134,190); }
td.TdClassName
{
border-color: #BC86BE;
}
.TagClassName
{
border-color: #BC86BE;
}
</style>