Shades of London Hue #BC87AF
Tints of London Hue #BC87AF
RGB
CMYK
RGB Variations
Color information
#BC87AF (or 0xBC87AF) is known color: London Hue. HEX triplet: BC, 87 and AF. RGB value is (188,135,175). Sum of RGB (Red+Green+Blue) = 188+135+175=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC87AF is #437850. Grayscale: #9B9B9B. Windows color (decimal): -4421713 or 11503548. OLE color: 11503548.
HSL color Cylindrical-coordinate representation of color #BC87AF: hue angle of 314.72º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC87AF is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 175 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.26 |
| HSL | 314.72º | 0.28% | 0.63% | - |
| HSV(B) | 314.72º | 0.28% | 0.74% | - |
| XYZ | 37.14 | 31.11 | 44.61 | - |
| YUV | 155.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 175 | 0 | 0.28 | 0.07 | 0.26 | 314.72 | 0.28 | 0.63 |
| Hex | BC | 87 | AF | 0 | 1C | 7 | 1A | 13B | 1C | 3F |
| Octal | 274 | 207 | 257 | 0 | 34 | 7 | 32 | 473 | 34 | 77 |
| Binary | 10111100 | 10000111 | 10101111 | 0 | 11100 | 111 | 11010 | 100111011 | 11100 | 111111 |
Color Harmonies of #BC87AF
Complementary color
Monochromatic Colors of #BC87AF
Black with #BC87AF
Text Example
Text Example
White with #BC87AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC87AF; }
p { color: rgb(188,135,175); }
H1.HeaderClassName
{
color: #BC87AF;
}
.AnyTagClassName
{
color: #BC87AF;
}
</style>
background-color css
<style>
a { background-color: #BC87AF; }
a { background-color: rgb(188,135,175); }
div.DivClassName
{
background-color: #BC87AF;
}
.BgClassName
{
background-color: #BC87AF;
}
</style>
border-color css
<style>
span { border-color: #BC87AF; }
span { border-color: rgb(188,135,175); }
td.TdClassName
{
border-color: #BC87AF;
}
.TagClassName
{
border-color: #BC87AF;
}
</style>