Shades of London Hue #BC8DB4
Tints of London Hue #BC8DB4
RGB
CMYK
RGB Variations
Color information
#BC8DB4 (or 0xBC8DB4) is known color: London Hue. HEX triplet: BC, 8D and B4. RGB value is (188,141,180). Sum of RGB (Red+Green+Blue) = 188+141+180=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DB4 is #43724B. Grayscale: #9F9F9F. Windows color (decimal): -4420172 or 11832764. OLE color: 11832764.
HSL color Cylindrical-coordinate representation of color #BC8DB4: hue angle of 310.21º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC8DB4 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 180 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.26 |
| HSL | 310.21º | 0.26% | 0.65% | - |
| HSV(B) | 310.21º | 0.25% | 0.74% | - |
| XYZ | 38.5 | 33.04 | 47.53 | - |
| YUV | 159.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 180 | 0 | 0.25 | 0.04 | 0.26 | 310.21 | 0.26 | 0.65 |
| Hex | BC | 8D | B4 | 0 | 19 | 4 | 1A | 136 | 1A | 41 |
| Octal | 274 | 215 | 264 | 0 | 31 | 4 | 32 | 466 | 32 | 101 |
| Binary | 10111100 | 10001101 | 10110100 | 0 | 11001 | 100 | 11010 | 100110110 | 11010 | 1000001 |
Color Harmonies of #BC8DB4
Complementary color
Monochromatic Colors of #BC8DB4
Black with #BC8DB4
Text Example
Text Example
White with #BC8DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DB4; }
p { color: rgb(188,141,180); }
H1.HeaderClassName
{
color: #BC8DB4;
}
.AnyTagClassName
{
color: #BC8DB4;
}
</style>
background-color css
<style>
a { background-color: #BC8DB4; }
a { background-color: rgb(188,141,180); }
div.DivClassName
{
background-color: #BC8DB4;
}
.BgClassName
{
background-color: #BC8DB4;
}
</style>
border-color css
<style>
span { border-color: #BC8DB4; }
span { border-color: rgb(188,141,180); }
td.TdClassName
{
border-color: #BC8DB4;
}
.TagClassName
{
border-color: #BC8DB4;
}
</style>