Shades of London Hue #BC7DAC
Tints of London Hue #BC7DAC
RGB
CMYK
RGB Variations
Color information
#BC7DAC (or 0xBC7DAC) is known color: London Hue. HEX triplet: BC, 7D and AC. RGB value is (188,125,172). Sum of RGB (Red+Green+Blue) = 188+125+172=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7DAC is #438253. Grayscale: #959595. Windows color (decimal): -4424276 or 11304380. OLE color: 11304380.
HSL color Cylindrical-coordinate representation of color #BC7DAC: hue angle of 315.24º 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 #BC7DAC is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 172 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.26 |
| HSL | 315.24º | 0.32% | 0.61% | - |
| HSV(B) | 315.24º | 0.34% | 0.74% | - |
| XYZ | 35.52 | 28.34 | 42.63 | - |
| YUV | 149.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 172 | 0 | 0.34 | 0.09 | 0.26 | 315.24 | 0.32 | 0.61 |
| Hex | BC | 7D | AC | 0 | 22 | 9 | 1A | 13B | 20 | 3D |
| Octal | 274 | 175 | 254 | 0 | 42 | 11 | 32 | 473 | 40 | 75 |
| Binary | 10111100 | 1111101 | 10101100 | 0 | 100010 | 1001 | 11010 | 100111011 | 100000 | 111101 |
Color Harmonies of #BC7DAC
Complementary color
Monochromatic Colors of #BC7DAC
Black with #BC7DAC
Text Example
Text Example
White with #BC7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DAC; }
p { color: rgb(188,125,172); }
H1.HeaderClassName
{
color: #BC7DAC;
}
.AnyTagClassName
{
color: #BC7DAC;
}
</style>
background-color css
<style>
a { background-color: #BC7DAC; }
a { background-color: rgb(188,125,172); }
div.DivClassName
{
background-color: #BC7DAC;
}
.BgClassName
{
background-color: #BC7DAC;
}
</style>
border-color css
<style>
span { border-color: #BC7DAC; }
span { border-color: rgb(188,125,172); }
td.TdClassName
{
border-color: #BC7DAC;
}
.TagClassName
{
border-color: #BC7DAC;
}
</style>