Shades of London Hue #BC8DBC
Tints of London Hue #BC8DBC
RGB
CMYK
RGB Variations
Color information
#BC8DBC (or 0xBC8DBC) is known color: London Hue. HEX triplet: BC, 8D and BC. RGB value is (188,141,188). Sum of RGB (Red+Green+Blue) = 188+141+188=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC8DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DBC is #437243. Grayscale: #A0A0A0. Windows color (decimal): -4420164 or 12357052. OLE color: 12357052.
HSL color Cylindrical-coordinate representation of color #BC8DBC: hue angle of 300º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC8DBC is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 188 | - |
| CMYK | 0 | 0.25 | 0 | 0.26 |
| HSL | 300º | 0.26% | 0.65% | - |
| HSV(B) | 300º | 0.25% | 0.74% | - |
| XYZ | 39.34 | 33.37 | 51.94 | - |
| YUV | 160.41 | 143.57 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 188 | 0 | 0.25 | 0 | 0.26 | 300 | 0.26 | 0.65 |
| Hex | BC | 8D | BC | 0 | 19 | 0 | 1A | 12C | 1A | 41 |
| Octal | 274 | 215 | 274 | 0 | 31 | 0 | 32 | 454 | 32 | 101 |
| Binary | 10111100 | 10001101 | 10111100 | 0 | 11001 | 0 | 11010 | 100101100 | 11010 | 1000001 |
Color Harmonies of #BC8DBC
Complementary color
Monochromatic Colors of #BC8DBC
Black with #BC8DBC
Text Example
Text Example
White with #BC8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DBC; }
p { color: rgb(188,141,188); }
H1.HeaderClassName
{
color: #BC8DBC;
}
.AnyTagClassName
{
color: #BC8DBC;
}
</style>
background-color css
<style>
a { background-color: #BC8DBC; }
a { background-color: rgb(188,141,188); }
div.DivClassName
{
background-color: #BC8DBC;
}
.BgClassName
{
background-color: #BC8DBC;
}
</style>
border-color css
<style>
span { border-color: #BC8DBC; }
span { border-color: rgb(188,141,188); }
td.TdClassName
{
border-color: #BC8DBC;
}
.TagClassName
{
border-color: #BC8DBC;
}
</style>