Shades of London Hue #BC8CB5
Tints of London Hue #BC8CB5
RGB
CMYK
RGB Variations
Color information
#BC8CB5 (or 0xBC8CB5) is known color: London Hue. HEX triplet: BC, 8C and B5. RGB value is (188,140,181). Sum of RGB (Red+Green+Blue) = 188+140+181=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CB5 is #43734A. Grayscale: #9E9E9E. Windows color (decimal): -4420427 or 11898044. OLE color: 11898044.
HSL color Cylindrical-coordinate representation of color #BC8CB5: hue angle of 308.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8CB5 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 181 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.26 |
| HSL | 308.75º | 0.26% | 0.64% | - |
| HSV(B) | 308.75º | 0.26% | 0.74% | - |
| XYZ | 38.46 | 32.78 | 48.02 | - |
| YUV | 159.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 181 | 0 | 0.26 | 0.04 | 0.26 | 308.75 | 0.26 | 0.64 |
| Hex | BC | 8C | B5 | 0 | 1A | 4 | 1A | 135 | 1A | 40 |
| Octal | 274 | 214 | 265 | 0 | 32 | 4 | 32 | 465 | 32 | 100 |
| Binary | 10111100 | 10001100 | 10110101 | 0 | 11010 | 100 | 11010 | 100110101 | 11010 | 1000000 |
Color Harmonies of #BC8CB5
Complementary color
Monochromatic Colors of #BC8CB5
Black with #BC8CB5
Text Example
Text Example
White with #BC8CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CB5; }
p { color: rgb(188,140,181); }
H1.HeaderClassName
{
color: #BC8CB5;
}
.AnyTagClassName
{
color: #BC8CB5;
}
</style>
background-color css
<style>
a { background-color: #BC8CB5; }
a { background-color: rgb(188,140,181); }
div.DivClassName
{
background-color: #BC8CB5;
}
.BgClassName
{
background-color: #BC8CB5;
}
</style>
border-color css
<style>
span { border-color: #BC8CB5; }
span { border-color: rgb(188,140,181); }
td.TdClassName
{
border-color: #BC8CB5;
}
.TagClassName
{
border-color: #BC8CB5;
}
</style>