Shades of London Hue #BC7EAE
Tints of London Hue #BC7EAE
RGB
CMYK
RGB Variations
Color information
#BC7EAE (or 0xBC7EAE) is known color: London Hue. HEX triplet: BC, 7E and AE. RGB value is (188,126,174). Sum of RGB (Red+Green+Blue) = 188+126+174=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7EAE is #438151. Grayscale: #959595. Windows color (decimal): -4424018 or 11435708. OLE color: 11435708.
HSL color Cylindrical-coordinate representation of color #BC7EAE: hue angle of 313.55º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC7EAE is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 174 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.26 |
| HSL | 313.55º | 0.32% | 0.62% | - |
| HSV(B) | 313.55º | 0.33% | 0.74% | - |
| XYZ | 35.84 | 28.67 | 43.69 | - |
| YUV | 150.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 174 | 0 | 0.33 | 0.07 | 0.26 | 313.55 | 0.32 | 0.62 |
| Hex | BC | 7E | AE | 0 | 21 | 7 | 1A | 13A | 20 | 3E |
| Octal | 274 | 176 | 256 | 0 | 41 | 7 | 32 | 472 | 40 | 76 |
| Binary | 10111100 | 1111110 | 10101110 | 0 | 100001 | 111 | 11010 | 100111010 | 100000 | 111110 |
Color Harmonies of #BC7EAE
Complementary color
Monochromatic Colors of #BC7EAE
Black with #BC7EAE
Text Example
Text Example
White with #BC7EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7EAE; }
p { color: rgb(188,126,174); }
H1.HeaderClassName
{
color: #BC7EAE;
}
.AnyTagClassName
{
color: #BC7EAE;
}
</style>
background-color css
<style>
a { background-color: #BC7EAE; }
a { background-color: rgb(188,126,174); }
div.DivClassName
{
background-color: #BC7EAE;
}
.BgClassName
{
background-color: #BC7EAE;
}
</style>
border-color css
<style>
span { border-color: #BC7EAE; }
span { border-color: rgb(188,126,174); }
td.TdClassName
{
border-color: #BC7EAE;
}
.TagClassName
{
border-color: #BC7EAE;
}
</style>