Shades of London Hue #BC8DB7
Tints of London Hue #BC8DB7
RGB
CMYK
RGB Variations
Color information
#BC8DB7 (or 0xBC8DB7) is known color: London Hue. HEX triplet: BC, 8D and B7. RGB value is (188,141,183). Sum of RGB (Red+Green+Blue) = 188+141+183=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DB7 is #437248. Grayscale: #9F9F9F. Windows color (decimal): -4420169 or 12029372. OLE color: 12029372.
HSL color Cylindrical-coordinate representation of color #BC8DB7: hue angle of 306.38º 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 #BC8DB7 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 183 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.26 |
| HSL | 306.38º | 0.26% | 0.65% | - |
| HSV(B) | 306.38º | 0.25% | 0.74% | - |
| XYZ | 38.81 | 33.16 | 49.15 | - |
| YUV | 159.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 183 | 0 | 0.25 | 0.03 | 0.26 | 306.38 | 0.26 | 0.65 |
| Hex | BC | 8D | B7 | 0 | 19 | 3 | 1A | 132 | 1A | 41 |
| Octal | 274 | 215 | 267 | 0 | 31 | 3 | 32 | 462 | 32 | 101 |
| Binary | 10111100 | 10001101 | 10110111 | 0 | 11001 | 11 | 11010 | 100110010 | 11010 | 1000001 |
Color Harmonies of #BC8DB7
Complementary color
Monochromatic Colors of #BC8DB7
Black with #BC8DB7
Text Example
Text Example
White with #BC8DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DB7; }
p { color: rgb(188,141,183); }
H1.HeaderClassName
{
color: #BC8DB7;
}
.AnyTagClassName
{
color: #BC8DB7;
}
</style>
background-color css
<style>
a { background-color: #BC8DB7; }
a { background-color: rgb(188,141,183); }
div.DivClassName
{
background-color: #BC8DB7;
}
.BgClassName
{
background-color: #BC8DB7;
}
</style>
border-color css
<style>
span { border-color: #BC8DB7; }
span { border-color: rgb(188,141,183); }
td.TdClassName
{
border-color: #BC8DB7;
}
.TagClassName
{
border-color: #BC8DB7;
}
</style>