Shades of London Hue #BC8EBA
Tints of London Hue #BC8EBA
RGB
CMYK
RGB Variations
Color information
#BC8EBA (or 0xBC8EBA) is known color: London Hue. HEX triplet: BC, 8E and BA. RGB value is (188,142,186). Sum of RGB (Red+Green+Blue) = 188+142+186=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EBA is #437145. Grayscale: #A0A0A0. Windows color (decimal): -4419910 or 12226236. OLE color: 12226236.
HSL color Cylindrical-coordinate representation of color #BC8EBA: hue angle of 302.61º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8EBA is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 186 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.26 |
| HSL | 302.61º | 0.26% | 0.65% | - |
| HSV(B) | 302.61º | 0.24% | 0.74% | - |
| XYZ | 39.27 | 33.58 | 50.87 | - |
| YUV | 160.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 186 | 0 | 0.24 | 0.01 | 0.26 | 302.61 | 0.26 | 0.65 |
| Hex | BC | 8E | BA | 0 | 18 | 1 | 1A | 12F | 1A | 41 |
| Octal | 274 | 216 | 272 | 0 | 30 | 1 | 32 | 457 | 32 | 101 |
| Binary | 10111100 | 10001110 | 10111010 | 0 | 11000 | 1 | 11010 | 100101111 | 11010 | 1000001 |
Color Harmonies of #BC8EBA
Complementary color
Monochromatic Colors of #BC8EBA
Black with #BC8EBA
Text Example
Text Example
White with #BC8EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8EBA; }
p { color: rgb(188,142,186); }
H1.HeaderClassName
{
color: #BC8EBA;
}
.AnyTagClassName
{
color: #BC8EBA;
}
</style>
background-color css
<style>
a { background-color: #BC8EBA; }
a { background-color: rgb(188,142,186); }
div.DivClassName
{
background-color: #BC8EBA;
}
.BgClassName
{
background-color: #BC8EBA;
}
</style>
border-color css
<style>
span { border-color: #BC8EBA; }
span { border-color: rgb(188,142,186); }
td.TdClassName
{
border-color: #BC8EBA;
}
.TagClassName
{
border-color: #BC8EBA;
}
</style>