Shades of London Hue #BC89B0
Tints of London Hue #BC89B0
RGB
CMYK
RGB Variations
Color information
#BC89B0 (or 0xBC89B0) is known color: London Hue. HEX triplet: BC, 89 and B0. RGB value is (188,137,176). Sum of RGB (Red+Green+Blue) = 188+137+176=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC89B0 is #43764F. Grayscale: #9C9C9C. Windows color (decimal): -4421200 or 11569596. OLE color: 11569596.
HSL color Cylindrical-coordinate representation of color #BC89B0: hue angle of 314.12º 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 #BC89B0 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 176 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.26 |
| HSL | 314.12º | 0.28% | 0.64% | - |
| HSV(B) | 314.12º | 0.27% | 0.74% | - |
| XYZ | 37.52 | 31.72 | 45.22 | - |
| YUV | 156.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 176 | 0 | 0.27 | 0.06 | 0.26 | 314.12 | 0.28 | 0.64 |
| Hex | BC | 89 | B0 | 0 | 1B | 6 | 1A | 13A | 1C | 40 |
| Octal | 274 | 211 | 260 | 0 | 33 | 6 | 32 | 472 | 34 | 100 |
| Binary | 10111100 | 10001001 | 10110000 | 0 | 11011 | 110 | 11010 | 100111010 | 11100 | 1000000 |
Color Harmonies of #BC89B0
Complementary color
Monochromatic Colors of #BC89B0
Black with #BC89B0
Text Example
Text Example
White with #BC89B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89B0; }
p { color: rgb(188,137,176); }
H1.HeaderClassName
{
color: #BC89B0;
}
.AnyTagClassName
{
color: #BC89B0;
}
</style>
background-color css
<style>
a { background-color: #BC89B0; }
a { background-color: rgb(188,137,176); }
div.DivClassName
{
background-color: #BC89B0;
}
.BgClassName
{
background-color: #BC89B0;
}
</style>
border-color css
<style>
span { border-color: #BC89B0; }
span { border-color: rgb(188,137,176); }
td.TdClassName
{
border-color: #BC89B0;
}
.TagClassName
{
border-color: #BC89B0;
}
</style>