Shades of London Hue #BC80BB
Tints of London Hue #BC80BB
RGB
CMYK
RGB Variations
Color information
#BC80BB (or 0xBC80BB) is known color: London Hue. HEX triplet: BC, 80 and BB. RGB value is (188,128,187). Sum of RGB (Red+Green+Blue) = 188+128+187=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80BB is #437F44. Grayscale: #989898. Windows color (decimal): -4423493 or 12288188. OLE color: 12288188.
HSL color Cylindrical-coordinate representation of color #BC80BB: hue angle of 301º 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 #BC80BB is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 187 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.26 |
| HSL | 301º | 0.31% | 0.62% | - |
| HSV(B) | 301º | 0.32% | 0.74% | - |
| XYZ | 37.43 | 29.72 | 50.78 | - |
| YUV | 152.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 187 | 0 | 0.32 | 0.01 | 0.26 | 301 | 0.31 | 0.62 |
| Hex | BC | 80 | BB | 0 | 20 | 1 | 1A | 12D | 1F | 3E |
| Octal | 274 | 200 | 273 | 0 | 40 | 1 | 32 | 455 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10111011 | 0 | 100000 | 1 | 11010 | 100101101 | 11111 | 111110 |
Color Harmonies of #BC80BB
Complementary color
Monochromatic Colors of #BC80BB
Black with #BC80BB
Text Example
Text Example
White with #BC80BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80BB; }
p { color: rgb(188,128,187); }
H1.HeaderClassName
{
color: #BC80BB;
}
.AnyTagClassName
{
color: #BC80BB;
}
</style>
background-color css
<style>
a { background-color: #BC80BB; }
a { background-color: rgb(188,128,187); }
div.DivClassName
{
background-color: #BC80BB;
}
.BgClassName
{
background-color: #BC80BB;
}
</style>
border-color css
<style>
span { border-color: #BC80BB; }
span { border-color: rgb(188,128,187); }
td.TdClassName
{
border-color: #BC80BB;
}
.TagClassName
{
border-color: #BC80BB;
}
</style>