Shades of London Hue #BC85BA
Tints of London Hue #BC85BA
RGB
CMYK
RGB Variations
Color information
#BC85BA (or 0xBC85BA) is known color: London Hue. HEX triplet: BC, 85 and BA. RGB value is (188,133,186). Sum of RGB (Red+Green+Blue) = 188+133+186=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85BA is #437A45. Grayscale: #9B9B9B. Windows color (decimal): -4422214 or 12223932. OLE color: 12223932.
HSL color Cylindrical-coordinate representation of color #BC85BA: hue angle of 302.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 #BC85BA is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 186 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.26 |
| HSL | 302.18º | 0.29% | 0.63% | - |
| HSV(B) | 302.18º | 0.29% | 0.74% | - |
| XYZ | 37.99 | 31.01 | 50.44 | - |
| YUV | 155.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 186 | 0 | 0.29 | 0.01 | 0.26 | 302.18 | 0.29 | 0.63 |
| Hex | BC | 85 | BA | 0 | 1D | 1 | 1A | 12E | 1D | 3F |
| Octal | 274 | 205 | 272 | 0 | 35 | 1 | 32 | 456 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10111010 | 0 | 11101 | 1 | 11010 | 100101110 | 11101 | 111111 |
Color Harmonies of #BC85BA
Complementary color
Monochromatic Colors of #BC85BA
Black with #BC85BA
Text Example
Text Example
White with #BC85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85BA; }
p { color: rgb(188,133,186); }
H1.HeaderClassName
{
color: #BC85BA;
}
.AnyTagClassName
{
color: #BC85BA;
}
</style>
background-color css
<style>
a { background-color: #BC85BA; }
a { background-color: rgb(188,133,186); }
div.DivClassName
{
background-color: #BC85BA;
}
.BgClassName
{
background-color: #BC85BA;
}
</style>
border-color css
<style>
span { border-color: #BC85BA; }
span { border-color: rgb(188,133,186); }
td.TdClassName
{
border-color: #BC85BA;
}
.TagClassName
{
border-color: #BC85BA;
}
</style>