Shades of London Hue #BC85AF
Tints of London Hue #BC85AF
RGB
CMYK
RGB Variations
Color information
#BC85AF (or 0xBC85AF) is known color: London Hue. HEX triplet: BC, 85 and AF. RGB value is (188,133,175). Sum of RGB (Red+Green+Blue) = 188+133+175=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC85AF is #437A50. Grayscale: #9A9A9A. Windows color (decimal): -4422225 or 11503036. OLE color: 11503036.
HSL color Cylindrical-coordinate representation of color #BC85AF: hue angle of 314.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC85AF is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 175 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.26 |
| HSL | 314.18º | 0.29% | 0.63% | - |
| HSV(B) | 314.18º | 0.29% | 0.74% | - |
| XYZ | 36.86 | 30.56 | 44.51 | - |
| YUV | 154.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 175 | 0 | 0.29 | 0.07 | 0.26 | 314.18 | 0.29 | 0.63 |
| Hex | BC | 85 | AF | 0 | 1D | 7 | 1A | 13A | 1D | 3F |
| Octal | 274 | 205 | 257 | 0 | 35 | 7 | 32 | 472 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10101111 | 0 | 11101 | 111 | 11010 | 100111010 | 11101 | 111111 |
Color Harmonies of #BC85AF
Complementary color
Monochromatic Colors of #BC85AF
Black with #BC85AF
Text Example
Text Example
White with #BC85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85AF; }
p { color: rgb(188,133,175); }
H1.HeaderClassName
{
color: #BC85AF;
}
.AnyTagClassName
{
color: #BC85AF;
}
</style>
background-color css
<style>
a { background-color: #BC85AF; }
a { background-color: rgb(188,133,175); }
div.DivClassName
{
background-color: #BC85AF;
}
.BgClassName
{
background-color: #BC85AF;
}
</style>
border-color css
<style>
span { border-color: #BC85AF; }
span { border-color: rgb(188,133,175); }
td.TdClassName
{
border-color: #BC85AF;
}
.TagClassName
{
border-color: #BC85AF;
}
</style>