Shades of London Hue #BC7BAC
Tints of London Hue #BC7BAC
RGB
CMYK
RGB Variations
Color information
#BC7BAC (or 0xBC7BAC) is known color: London Hue. HEX triplet: BC, 7B and AC. RGB value is (188,123,172). Sum of RGB (Red+Green+Blue) = 188+123+172=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7BAC is #438453. Grayscale: #939393. Windows color (decimal): -4424788 or 11303868. OLE color: 11303868.
HSL color Cylindrical-coordinate representation of color #BC7BAC: hue angle of 314.77º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7BAC is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 172 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.26 |
| HSL | 314.77º | 0.33% | 0.61% | - |
| HSV(B) | 314.77º | 0.35% | 0.74% | - |
| XYZ | 35.27 | 27.84 | 42.54 | - |
| YUV | 148.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 172 | 0 | 0.35 | 0.09 | 0.26 | 314.77 | 0.33 | 0.61 |
| Hex | BC | 7B | AC | 0 | 23 | 9 | 1A | 13B | 21 | 3D |
| Octal | 274 | 173 | 254 | 0 | 43 | 11 | 32 | 473 | 41 | 75 |
| Binary | 10111100 | 1111011 | 10101100 | 0 | 100011 | 1001 | 11010 | 100111011 | 100001 | 111101 |
Color Harmonies of #BC7BAC
Complementary color
Monochromatic Colors of #BC7BAC
Black with #BC7BAC
Text Example
Text Example
White with #BC7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BAC; }
p { color: rgb(188,123,172); }
H1.HeaderClassName
{
color: #BC7BAC;
}
.AnyTagClassName
{
color: #BC7BAC;
}
</style>
background-color css
<style>
a { background-color: #BC7BAC; }
a { background-color: rgb(188,123,172); }
div.DivClassName
{
background-color: #BC7BAC;
}
.BgClassName
{
background-color: #BC7BAC;
}
</style>
border-color css
<style>
span { border-color: #BC7BAC; }
span { border-color: rgb(188,123,172); }
td.TdClassName
{
border-color: #BC7BAC;
}
.TagClassName
{
border-color: #BC7BAC;
}
</style>