Shades of London Hue #BC80BD
Tints of London Hue #BC80BD
RGB
CMYK
RGB Variations
Color information
#BC80BD (or 0xBC80BD) is known color: London Hue. HEX triplet: BC, 80 and BD. RGB value is (188,128,189). Sum of RGB (Red+Green+Blue) = 188+128+189=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80BD is #437F42. Grayscale: #989898. Windows color (decimal): -4423491 or 12419260. OLE color: 12419260.
HSL color Cylindrical-coordinate representation of color #BC80BD: hue angle of 299.02º degrees, saturation: 0.32, 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 #BC80BD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 189 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.26 |
| HSL | 299.02º | 0.32% | 0.62% | - |
| HSV(B) | 299.02º | 0.32% | 0.74% | - |
| XYZ | 37.64 | 29.8 | 51.91 | - |
| YUV | 152.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 189 | 0.01 | 0.32 | 0 | 0.26 | 299.02 | 0.32 | 0.62 |
| Hex | BC | 80 | BD | 1 | 20 | 0 | 1A | 12B | 20 | 3E |
| Octal | 274 | 200 | 275 | 1 | 40 | 0 | 32 | 453 | 40 | 76 |
| Binary | 10111100 | 10000000 | 10111101 | 1 | 100000 | 0 | 11010 | 100101011 | 100000 | 111110 |
Color Harmonies of #BC80BD
Complementary color
Monochromatic Colors of #BC80BD
Black with #BC80BD
Text Example
Text Example
White with #BC80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80BD; }
p { color: rgb(188,128,189); }
H1.HeaderClassName
{
color: #BC80BD;
}
.AnyTagClassName
{
color: #BC80BD;
}
</style>
background-color css
<style>
a { background-color: #BC80BD; }
a { background-color: rgb(188,128,189); }
div.DivClassName
{
background-color: #BC80BD;
}
.BgClassName
{
background-color: #BC80BD;
}
</style>
border-color css
<style>
span { border-color: #BC80BD; }
span { border-color: rgb(188,128,189); }
td.TdClassName
{
border-color: #BC80BD;
}
.TagClassName
{
border-color: #BC80BD;
}
</style>