Shades of London Hue #BC88AD
Tints of London Hue #BC88AD
RGB
CMYK
RGB Variations
Color information
#BC88AD (or 0xBC88AD) is known color: London Hue. HEX triplet: BC, 88 and AD. RGB value is (188,136,173). Sum of RGB (Red+Green+Blue) = 188+136+173=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC88AD is #437752. Grayscale: #9B9B9B. Windows color (decimal): -4421459 or 11372732. OLE color: 11372732.
HSL color Cylindrical-coordinate representation of color #BC88AD: hue angle of 317.31º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC88AD is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 173 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.26 |
| HSL | 317.31º | 0.28% | 0.64% | - |
| HSV(B) | 317.31º | 0.28% | 0.74% | - |
| XYZ | 37.09 | 31.32 | 43.63 | - |
| YUV | 155.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 173 | 0 | 0.28 | 0.08 | 0.26 | 317.31 | 0.28 | 0.64 |
| Hex | BC | 88 | AD | 0 | 1C | 8 | 1A | 13D | 1C | 40 |
| Octal | 274 | 210 | 255 | 0 | 34 | 10 | 32 | 475 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10101101 | 0 | 11100 | 1000 | 11010 | 100111101 | 11100 | 1000000 |
Color Harmonies of #BC88AD
Complementary color
Monochromatic Colors of #BC88AD
Black with #BC88AD
Text Example
Text Example
White with #BC88AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88AD; }
p { color: rgb(188,136,173); }
H1.HeaderClassName
{
color: #BC88AD;
}
.AnyTagClassName
{
color: #BC88AD;
}
</style>
background-color css
<style>
a { background-color: #BC88AD; }
a { background-color: rgb(188,136,173); }
div.DivClassName
{
background-color: #BC88AD;
}
.BgClassName
{
background-color: #BC88AD;
}
</style>
border-color css
<style>
span { border-color: #BC88AD; }
span { border-color: rgb(188,136,173); }
td.TdClassName
{
border-color: #BC88AD;
}
.TagClassName
{
border-color: #BC88AD;
}
</style>