Shades of London Hue #BC8DB1
Tints of London Hue #BC8DB1
RGB
CMYK
RGB Variations
Color information
#BC8DB1 (or 0xBC8DB1) is known color: London Hue. HEX triplet: BC, 8D and B1. RGB value is (188,141,177). Sum of RGB (Red+Green+Blue) = 188+141+177=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DB1 is #43724E. Grayscale: #9F9F9F. Windows color (decimal): -4420175 or 11636156. OLE color: 11636156.
HSL color Cylindrical-coordinate representation of color #BC8DB1: hue angle of 314.04º 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 #BC8DB1 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 177 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.26 |
| HSL | 314.04º | 0.26% | 0.65% | - |
| HSV(B) | 314.04º | 0.25% | 0.74% | - |
| XYZ | 38.2 | 32.92 | 45.93 | - |
| YUV | 159.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 177 | 0 | 0.25 | 0.06 | 0.26 | 314.04 | 0.26 | 0.65 |
| Hex | BC | 8D | B1 | 0 | 19 | 6 | 1A | 13A | 1A | 41 |
| Octal | 274 | 215 | 261 | 0 | 31 | 6 | 32 | 472 | 32 | 101 |
| Binary | 10111100 | 10001101 | 10110001 | 0 | 11001 | 110 | 11010 | 100111010 | 11010 | 1000001 |
Color Harmonies of #BC8DB1
Complementary color
Monochromatic Colors of #BC8DB1
Black with #BC8DB1
Text Example
Text Example
White with #BC8DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DB1; }
p { color: rgb(188,141,177); }
H1.HeaderClassName
{
color: #BC8DB1;
}
.AnyTagClassName
{
color: #BC8DB1;
}
</style>
background-color css
<style>
a { background-color: #BC8DB1; }
a { background-color: rgb(188,141,177); }
div.DivClassName
{
background-color: #BC8DB1;
}
.BgClassName
{
background-color: #BC8DB1;
}
</style>
border-color css
<style>
span { border-color: #BC8DB1; }
span { border-color: rgb(188,141,177); }
td.TdClassName
{
border-color: #BC8DB1;
}
.TagClassName
{
border-color: #BC8DB1;
}
</style>