Shades of London Hue #BC7DAE
Tints of London Hue #BC7DAE
RGB
CMYK
RGB Variations
Color information
#BC7DAE (or 0xBC7DAE) is known color: London Hue. HEX triplet: BC, 7D and AE. RGB value is (188,125,174). Sum of RGB (Red+Green+Blue) = 188+125+174=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7DAE is #438251. Grayscale: #959595. Windows color (decimal): -4424274 or 11435452. OLE color: 11435452.
HSL color Cylindrical-coordinate representation of color #BC7DAE: hue angle of 313.33º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7DAE is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 174 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.26 |
| HSL | 313.33º | 0.32% | 0.61% | - |
| HSV(B) | 313.33º | 0.34% | 0.74% | - |
| XYZ | 35.71 | 28.41 | 43.65 | - |
| YUV | 149.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 174 | 0 | 0.34 | 0.07 | 0.26 | 313.33 | 0.32 | 0.61 |
| Hex | BC | 7D | AE | 0 | 22 | 7 | 1A | 139 | 20 | 3D |
| Octal | 274 | 175 | 256 | 0 | 42 | 7 | 32 | 471 | 40 | 75 |
| Binary | 10111100 | 1111101 | 10101110 | 0 | 100010 | 111 | 11010 | 100111001 | 100000 | 111101 |
Color Harmonies of #BC7DAE
Complementary color
Monochromatic Colors of #BC7DAE
Black with #BC7DAE
Text Example
Text Example
White with #BC7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DAE; }
p { color: rgb(188,125,174); }
H1.HeaderClassName
{
color: #BC7DAE;
}
.AnyTagClassName
{
color: #BC7DAE;
}
</style>
background-color css
<style>
a { background-color: #BC7DAE; }
a { background-color: rgb(188,125,174); }
div.DivClassName
{
background-color: #BC7DAE;
}
.BgClassName
{
background-color: #BC7DAE;
}
</style>
border-color css
<style>
span { border-color: #BC7DAE; }
span { border-color: rgb(188,125,174); }
td.TdClassName
{
border-color: #BC7DAE;
}
.TagClassName
{
border-color: #BC7DAE;
}
</style>