Shades of London Hue #BC89BE
Tints of London Hue #BC89BE
RGB
CMYK
RGB Variations
Color information
#BC89BE (or 0xBC89BE) is known color: London Hue. HEX triplet: BC, 89 and BE. RGB value is (188,137,190). Sum of RGB (Red+Green+Blue) = 188+137+190=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC89BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89BE is #437641. Grayscale: #9E9E9E. Windows color (decimal): -4421186 or 12487100. OLE color: 12487100.
HSL color Cylindrical-coordinate representation of color #BC89BE: hue angle of 297.74º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC89BE is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 137 | 190 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.25 |
| HSL | 297.74º | 0.29% | 0.64% | - |
| HSV(B) | 297.74º | 0.28% | 0.75% | - |
| XYZ | 38.98 | 32.3 | 52.9 | - |
| YUV | 158.29 | 145.9 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 190 | 0.01 | 0.28 | 0 | 0.25 | 297.74 | 0.29 | 0.64 |
| Hex | BC | 89 | BE | 1 | 1C | 0 | 19 | 12A | 1D | 40 |
| Octal | 274 | 211 | 276 | 1 | 34 | 0 | 31 | 452 | 35 | 100 |
| Binary | 10111100 | 10001001 | 10111110 | 1 | 11100 | 0 | 11001 | 100101010 | 11101 | 1000000 |
Color Harmonies of #BC89BE
Complementary color
Monochromatic Colors of #BC89BE
Black with #BC89BE
Text Example
Text Example
White with #BC89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89BE; }
p { color: rgb(188,137,190); }
H1.HeaderClassName
{
color: #BC89BE;
}
.AnyTagClassName
{
color: #BC89BE;
}
</style>
background-color css
<style>
a { background-color: #BC89BE; }
a { background-color: rgb(188,137,190); }
div.DivClassName
{
background-color: #BC89BE;
}
.BgClassName
{
background-color: #BC89BE;
}
</style>
border-color css
<style>
span { border-color: #BC89BE; }
span { border-color: rgb(188,137,190); }
td.TdClassName
{
border-color: #BC89BE;
}
.TagClassName
{
border-color: #BC89BE;
}
</style>