Shades of London Hue #BC89B4
Tints of London Hue #BC89B4
RGB
CMYK
RGB Variations
Color information
#BC89B4 (or 0xBC89B4) is known color: London Hue. HEX triplet: BC, 89 and B4. RGB value is (188,137,180). Sum of RGB (Red+Green+Blue) = 188+137+180=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89B4 is #43764B. Grayscale: #9D9D9D. Windows color (decimal): -4421196 or 11831740. OLE color: 11831740.
HSL color Cylindrical-coordinate representation of color #BC89B4: hue angle of 309.41º 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 #BC89B4 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 180 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.26 |
| HSL | 309.41º | 0.28% | 0.64% | - |
| HSV(B) | 309.41º | 0.27% | 0.74% | - |
| XYZ | 37.92 | 31.88 | 47.33 | - |
| YUV | 157.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 180 | 0 | 0.27 | 0.04 | 0.26 | 309.41 | 0.28 | 0.64 |
| Hex | BC | 89 | B4 | 0 | 1B | 4 | 1A | 135 | 1C | 40 |
| Octal | 274 | 211 | 264 | 0 | 33 | 4 | 32 | 465 | 34 | 100 |
| Binary | 10111100 | 10001001 | 10110100 | 0 | 11011 | 100 | 11010 | 100110101 | 11100 | 1000000 |
Color Harmonies of #BC89B4
Complementary color
Monochromatic Colors of #BC89B4
Black with #BC89B4
Text Example
Text Example
White with #BC89B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89B4; }
p { color: rgb(188,137,180); }
H1.HeaderClassName
{
color: #BC89B4;
}
.AnyTagClassName
{
color: #BC89B4;
}
</style>
background-color css
<style>
a { background-color: #BC89B4; }
a { background-color: rgb(188,137,180); }
div.DivClassName
{
background-color: #BC89B4;
}
.BgClassName
{
background-color: #BC89B4;
}
</style>
border-color css
<style>
span { border-color: #BC89B4; }
span { border-color: rgb(188,137,180); }
td.TdClassName
{
border-color: #BC89B4;
}
.TagClassName
{
border-color: #BC89B4;
}
</style>