Shades of London Hue #BC7EBF
Tints of London Hue #BC7EBF
RGB
CMYK
RGB Variations
Color information
#BC7EBF (or 0xBC7EBF) is known color: London Hue. HEX triplet: BC, 7E and BF. RGB value is (188,126,191). Sum of RGB (Red+Green+Blue) = 188+126+191=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC7EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EBF is #438140. Grayscale: #979797. Windows color (decimal): -4424001 or 12549820. OLE color: 12549820.
HSL color Cylindrical-coordinate representation of color #BC7EBF: hue angle of 297.23º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7EBF is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 126 | 191 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.25 |
| HSL | 297.23º | 0.34% | 0.62% | - |
| HSV(B) | 297.23º | 0.34% | 0.75% | - |
| XYZ | 37.6 | 29.37 | 52.98 | - |
| YUV | 151.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 191 | 0.02 | 0.34 | 0 | 0.25 | 297.23 | 0.34 | 0.62 |
| Hex | BC | 7E | BF | 2 | 22 | 0 | 19 | 129 | 22 | 3E |
| Octal | 274 | 176 | 277 | 2 | 42 | 0 | 31 | 451 | 42 | 76 |
| Binary | 10111100 | 1111110 | 10111111 | 10 | 100010 | 0 | 11001 | 100101001 | 100010 | 111110 |
Color Harmonies of #BC7EBF
Complementary color
Monochromatic Colors of #BC7EBF
Black with #BC7EBF
Text Example
Text Example
White with #BC7EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7EBF; }
p { color: rgb(188,126,191); }
H1.HeaderClassName
{
color: #BC7EBF;
}
.AnyTagClassName
{
color: #BC7EBF;
}
</style>
background-color css
<style>
a { background-color: #BC7EBF; }
a { background-color: rgb(188,126,191); }
div.DivClassName
{
background-color: #BC7EBF;
}
.BgClassName
{
background-color: #BC7EBF;
}
</style>
border-color css
<style>
span { border-color: #BC7EBF; }
span { border-color: rgb(188,126,191); }
td.TdClassName
{
border-color: #BC7EBF;
}
.TagClassName
{
border-color: #BC7EBF;
}
</style>