Shades of London Hue #BC8AB9
Tints of London Hue #BC8AB9
RGB
CMYK
RGB Variations
Color information
#BC8AB9 (or 0xBC8AB9) is known color: London Hue. HEX triplet: BC, 8A and B9. RGB value is (188,138,185). Sum of RGB (Red+Green+Blue) = 188+138+185=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8AB9 is #437546. Grayscale: #9E9E9E. Windows color (decimal): -4420935 or 12159676. OLE color: 12159676.
HSL color Cylindrical-coordinate representation of color #BC8AB9: hue angle of 303.6º degrees, saturation: 0.27, 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 #BC8AB9 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 185 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.26 |
| HSL | 303.6º | 0.27% | 0.64% | - |
| HSV(B) | 303.6º | 0.27% | 0.74% | - |
| XYZ | 38.58 | 32.37 | 50.11 | - |
| YUV | 158.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 185 | 0 | 0.27 | 0.02 | 0.26 | 303.6 | 0.27 | 0.64 |
| Hex | BC | 8A | B9 | 0 | 1B | 2 | 1A | 130 | 1B | 40 |
| Octal | 274 | 212 | 271 | 0 | 33 | 2 | 32 | 460 | 33 | 100 |
| Binary | 10111100 | 10001010 | 10111001 | 0 | 11011 | 10 | 11010 | 100110000 | 11011 | 1000000 |
Color Harmonies of #BC8AB9
Complementary color
Monochromatic Colors of #BC8AB9
Black with #BC8AB9
Text Example
Text Example
White with #BC8AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AB9; }
p { color: rgb(188,138,185); }
H1.HeaderClassName
{
color: #BC8AB9;
}
.AnyTagClassName
{
color: #BC8AB9;
}
</style>
background-color css
<style>
a { background-color: #BC8AB9; }
a { background-color: rgb(188,138,185); }
div.DivClassName
{
background-color: #BC8AB9;
}
.BgClassName
{
background-color: #BC8AB9;
}
</style>
border-color css
<style>
span { border-color: #BC8AB9; }
span { border-color: rgb(188,138,185); }
td.TdClassName
{
border-color: #BC8AB9;
}
.TagClassName
{
border-color: #BC8AB9;
}
</style>