Shades of London Hue #BC85B5
Tints of London Hue #BC85B5
RGB
CMYK
RGB Variations
Color information
#BC85B5 (or 0xBC85B5) is known color: London Hue. HEX triplet: BC, 85 and B5. RGB value is (188,133,181). Sum of RGB (Red+Green+Blue) = 188+133+181=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC85B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85B5 is #437A4A. Grayscale: #9A9A9A. Windows color (decimal): -4422219 or 11896252. OLE color: 11896252.
HSL color Cylindrical-coordinate representation of color #BC85B5: hue angle of 307.64º 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 #BC85B5 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 181 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.26 |
| HSL | 307.64º | 0.29% | 0.63% | - |
| HSV(B) | 307.64º | 0.29% | 0.74% | - |
| XYZ | 37.47 | 30.8 | 47.69 | - |
| YUV | 154.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 181 | 0 | 0.29 | 0.04 | 0.26 | 307.64 | 0.29 | 0.63 |
| Hex | BC | 85 | B5 | 0 | 1D | 4 | 1A | 134 | 1D | 3F |
| Octal | 274 | 205 | 265 | 0 | 35 | 4 | 32 | 464 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10110101 | 0 | 11101 | 100 | 11010 | 100110100 | 11101 | 111111 |
Color Harmonies of #BC85B5
Complementary color
Monochromatic Colors of #BC85B5
Black with #BC85B5
Text Example
Text Example
White with #BC85B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85B5; }
p { color: rgb(188,133,181); }
H1.HeaderClassName
{
color: #BC85B5;
}
.AnyTagClassName
{
color: #BC85B5;
}
</style>
background-color css
<style>
a { background-color: #BC85B5; }
a { background-color: rgb(188,133,181); }
div.DivClassName
{
background-color: #BC85B5;
}
.BgClassName
{
background-color: #BC85B5;
}
</style>
border-color css
<style>
span { border-color: #BC85B5; }
span { border-color: rgb(188,133,181); }
td.TdClassName
{
border-color: #BC85B5;
}
.TagClassName
{
border-color: #BC85B5;
}
</style>