Shades of London Hue #BC8DBA
Tints of London Hue #BC8DBA
RGB
CMYK
RGB Variations
Color information
#BC8DBA (or 0xBC8DBA) is known color: London Hue. HEX triplet: BC, 8D and BA. RGB value is (188,141,186). Sum of RGB (Red+Green+Blue) = 188+141+186=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DBA is #437245. Grayscale: #A0A0A0. Windows color (decimal): -4420166 or 12225980. OLE color: 12225980.
HSL color Cylindrical-coordinate representation of color #BC8DBA: hue angle of 302.55º 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 #BC8DBA is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 186 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.26 |
| HSL | 302.55º | 0.26% | 0.65% | - |
| HSV(B) | 302.55º | 0.25% | 0.74% | - |
| XYZ | 39.13 | 33.29 | 50.82 | - |
| YUV | 160.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 186 | 0 | 0.25 | 0.01 | 0.26 | 302.55 | 0.26 | 0.65 |
| Hex | BC | 8D | BA | 0 | 19 | 1 | 1A | 12F | 1A | 41 |
| Octal | 274 | 215 | 272 | 0 | 31 | 1 | 32 | 457 | 32 | 101 |
| Binary | 10111100 | 10001101 | 10111010 | 0 | 11001 | 1 | 11010 | 100101111 | 11010 | 1000001 |
Color Harmonies of #BC8DBA
Complementary color
Monochromatic Colors of #BC8DBA
Black with #BC8DBA
Text Example
Text Example
White with #BC8DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DBA; }
p { color: rgb(188,141,186); }
H1.HeaderClassName
{
color: #BC8DBA;
}
.AnyTagClassName
{
color: #BC8DBA;
}
</style>
background-color css
<style>
a { background-color: #BC8DBA; }
a { background-color: rgb(188,141,186); }
div.DivClassName
{
background-color: #BC8DBA;
}
.BgClassName
{
background-color: #BC8DBA;
}
</style>
border-color css
<style>
span { border-color: #BC8DBA; }
span { border-color: rgb(188,141,186); }
td.TdClassName
{
border-color: #BC8DBA;
}
.TagClassName
{
border-color: #BC8DBA;
}
</style>