Shades of London Hue #BC80B9
Tints of London Hue #BC80B9
RGB
CMYK
RGB Variations
Color information
#BC80B9 (or 0xBC80B9) is known color: London Hue. HEX triplet: BC, 80 and B9. RGB value is (188,128,185). Sum of RGB (Red+Green+Blue) = 188+128+185=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80B9 is #437F46. Grayscale: #989898. Windows color (decimal): -4423495 or 12157116. OLE color: 12157116.
HSL color Cylindrical-coordinate representation of color #BC80B9: hue angle of 303º 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 #BC80B9 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 185 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.26 |
| HSL | 303º | 0.31% | 0.62% | - |
| HSV(B) | 303º | 0.32% | 0.74% | - |
| XYZ | 37.22 | 29.63 | 49.66 | - |
| YUV | 152.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 185 | 0 | 0.32 | 0.02 | 0.26 | 303 | 0.31 | 0.62 |
| Hex | BC | 80 | B9 | 0 | 20 | 2 | 1A | 12F | 1F | 3E |
| Octal | 274 | 200 | 271 | 0 | 40 | 2 | 32 | 457 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10111001 | 0 | 100000 | 10 | 11010 | 100101111 | 11111 | 111110 |
Color Harmonies of #BC80B9
Complementary color
Monochromatic Colors of #BC80B9
Black with #BC80B9
Text Example
Text Example
White with #BC80B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80B9; }
p { color: rgb(188,128,185); }
H1.HeaderClassName
{
color: #BC80B9;
}
.AnyTagClassName
{
color: #BC80B9;
}
</style>
background-color css
<style>
a { background-color: #BC80B9; }
a { background-color: rgb(188,128,185); }
div.DivClassName
{
background-color: #BC80B9;
}
.BgClassName
{
background-color: #BC80B9;
}
</style>
border-color css
<style>
span { border-color: #BC80B9; }
span { border-color: rgb(188,128,185); }
td.TdClassName
{
border-color: #BC80B9;
}
.TagClassName
{
border-color: #BC80B9;
}
</style>