Shades of London Hue #BC8ABD
Tints of London Hue #BC8ABD
RGB
CMYK
RGB Variations
Color information
#BC8ABD (or 0xBC8ABD) is known color: London Hue. HEX triplet: BC, 8A and BD. RGB value is (188,138,189). Sum of RGB (Red+Green+Blue) = 188+138+189=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ABD is #437542. Grayscale: #9E9E9E. Windows color (decimal): -4420931 or 12421820. OLE color: 12421820.
HSL color Cylindrical-coordinate representation of color #BC8ABD: hue angle of 298.82º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8ABD is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 189 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.26 |
| HSL | 298.82º | 0.28% | 0.64% | - |
| HSV(B) | 298.82º | 0.27% | 0.74% | - |
| XYZ | 39.01 | 32.54 | 52.37 | - |
| YUV | 158.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 189 | 0.01 | 0.27 | 0 | 0.26 | 298.82 | 0.28 | 0.64 |
| Hex | BC | 8A | BD | 1 | 1B | 0 | 1A | 12B | 1C | 40 |
| Octal | 274 | 212 | 275 | 1 | 33 | 0 | 32 | 453 | 34 | 100 |
| Binary | 10111100 | 10001010 | 10111101 | 1 | 11011 | 0 | 11010 | 100101011 | 11100 | 1000000 |
Color Harmonies of #BC8ABD
Complementary color
Monochromatic Colors of #BC8ABD
Black with #BC8ABD
Text Example
Text Example
White with #BC8ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8ABD; }
p { color: rgb(188,138,189); }
H1.HeaderClassName
{
color: #BC8ABD;
}
.AnyTagClassName
{
color: #BC8ABD;
}
</style>
background-color css
<style>
a { background-color: #BC8ABD; }
a { background-color: rgb(188,138,189); }
div.DivClassName
{
background-color: #BC8ABD;
}
.BgClassName
{
background-color: #BC8ABD;
}
</style>
border-color css
<style>
span { border-color: #BC8ABD; }
span { border-color: rgb(188,138,189); }
td.TdClassName
{
border-color: #BC8ABD;
}
.TagClassName
{
border-color: #BC8ABD;
}
</style>