Shades of London Hue #BC80AC
Tints of London Hue #BC80AC
RGB
CMYK
RGB Variations
Color information
#BC80AC (or 0xBC80AC) is known color: London Hue. HEX triplet: BC, 80 and AC. RGB value is (188,128,172). Sum of RGB (Red+Green+Blue) = 188+128+172=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC80AC is #437F53. Grayscale: #969696. Windows color (decimal): -4423508 or 11305148. OLE color: 11305148.
HSL color Cylindrical-coordinate representation of color #BC80AC: hue angle of 316º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC80AC is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 172 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.26 |
| HSL | 316º | 0.31% | 0.62% | - |
| HSV(B) | 316º | 0.32% | 0.74% | - |
| XYZ | 35.9 | 29.11 | 42.76 | - |
| YUV | 150.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 172 | 0 | 0.32 | 0.09 | 0.26 | 316 | 0.31 | 0.62 |
| Hex | BC | 80 | AC | 0 | 20 | 9 | 1A | 13C | 1F | 3E |
| Octal | 274 | 200 | 254 | 0 | 40 | 11 | 32 | 474 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10101100 | 0 | 100000 | 1001 | 11010 | 100111100 | 11111 | 111110 |
Color Harmonies of #BC80AC
Complementary color
Monochromatic Colors of #BC80AC
Black with #BC80AC
Text Example
Text Example
White with #BC80AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80AC; }
p { color: rgb(188,128,172); }
H1.HeaderClassName
{
color: #BC80AC;
}
.AnyTagClassName
{
color: #BC80AC;
}
</style>
background-color css
<style>
a { background-color: #BC80AC; }
a { background-color: rgb(188,128,172); }
div.DivClassName
{
background-color: #BC80AC;
}
.BgClassName
{
background-color: #BC80AC;
}
</style>
border-color css
<style>
span { border-color: #BC80AC; }
span { border-color: rgb(188,128,172); }
td.TdClassName
{
border-color: #BC80AC;
}
.TagClassName
{
border-color: #BC80AC;
}
</style>