Shades of London Hue #BC89BA
Tints of London Hue #BC89BA
RGB
CMYK
RGB Variations
Color information
#BC89BA (or 0xBC89BA) is known color: London Hue. HEX triplet: BC, 89 and BA. RGB value is (188,137,186). Sum of RGB (Red+Green+Blue) = 188+137+186=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89BA is #437645. Grayscale: #9D9D9D. Windows color (decimal): -4421190 or 12224956. OLE color: 12224956.
HSL color Cylindrical-coordinate representation of color #BC89BA: hue angle of 302.35º 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 #BC89BA is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 186 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.26 |
| HSL | 302.35º | 0.28% | 0.64% | - |
| HSV(B) | 302.35º | 0.27% | 0.74% | - |
| XYZ | 38.55 | 32.13 | 50.62 | - |
| YUV | 157.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 186 | 0 | 0.27 | 0.01 | 0.26 | 302.35 | 0.28 | 0.64 |
| Hex | BC | 89 | BA | 0 | 1B | 1 | 1A | 12E | 1C | 40 |
| Octal | 274 | 211 | 272 | 0 | 33 | 1 | 32 | 456 | 34 | 100 |
| Binary | 10111100 | 10001001 | 10111010 | 0 | 11011 | 1 | 11010 | 100101110 | 11100 | 1000000 |
Color Harmonies of #BC89BA
Complementary color
Monochromatic Colors of #BC89BA
Black with #BC89BA
Text Example
Text Example
White with #BC89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89BA; }
p { color: rgb(188,137,186); }
H1.HeaderClassName
{
color: #BC89BA;
}
.AnyTagClassName
{
color: #BC89BA;
}
</style>
background-color css
<style>
a { background-color: #BC89BA; }
a { background-color: rgb(188,137,186); }
div.DivClassName
{
background-color: #BC89BA;
}
.BgClassName
{
background-color: #BC89BA;
}
</style>
border-color css
<style>
span { border-color: #BC89BA; }
span { border-color: rgb(188,137,186); }
td.TdClassName
{
border-color: #BC89BA;
}
.TagClassName
{
border-color: #BC89BA;
}
</style>