Shades of London Hue #BC89AC
Tints of London Hue #BC89AC
RGB
CMYK
RGB Variations
Color information
#BC89AC (or 0xBC89AC) is known color: London Hue. HEX triplet: BC, 89 and AC. RGB value is (188,137,172). Sum of RGB (Red+Green+Blue) = 188+137+172=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC89AC is #437653. Grayscale: #9C9C9C. Windows color (decimal): -4421204 or 11307452. OLE color: 11307452.
HSL color Cylindrical-coordinate representation of color #BC89AC: hue angle of 318.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 #BC89AC is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 172 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.26 |
| HSL | 318.82º | 0.28% | 0.64% | - |
| HSV(B) | 318.82º | 0.27% | 0.74% | - |
| XYZ | 37.13 | 31.56 | 43.16 | - |
| YUV | 156.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 172 | 0 | 0.27 | 0.09 | 0.26 | 318.82 | 0.28 | 0.64 |
| Hex | BC | 89 | AC | 0 | 1B | 9 | 1A | 13F | 1C | 40 |
| Octal | 274 | 211 | 254 | 0 | 33 | 11 | 32 | 477 | 34 | 100 |
| Binary | 10111100 | 10001001 | 10101100 | 0 | 11011 | 1001 | 11010 | 100111111 | 11100 | 1000000 |
Color Harmonies of #BC89AC
Complementary color
Monochromatic Colors of #BC89AC
Black with #BC89AC
Text Example
Text Example
White with #BC89AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89AC; }
p { color: rgb(188,137,172); }
H1.HeaderClassName
{
color: #BC89AC;
}
.AnyTagClassName
{
color: #BC89AC;
}
</style>
background-color css
<style>
a { background-color: #BC89AC; }
a { background-color: rgb(188,137,172); }
div.DivClassName
{
background-color: #BC89AC;
}
.BgClassName
{
background-color: #BC89AC;
}
</style>
border-color css
<style>
span { border-color: #BC89AC; }
span { border-color: rgb(188,137,172); }
td.TdClassName
{
border-color: #BC89AC;
}
.TagClassName
{
border-color: #BC89AC;
}
</style>