Shades of London Hue #BC8FB4
Tints of London Hue #BC8FB4
RGB
CMYK
RGB Variations
Color information
#BC8FB4 (or 0xBC8FB4) is known color: London Hue. HEX triplet: BC, 8F and B4. RGB value is (188,143,180). Sum of RGB (Red+Green+Blue) = 188+143+180=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FB4 is #43704B. Grayscale: #A0A0A0. Windows color (decimal): -4419660 or 11833276. OLE color: 11833276.
HSL color Cylindrical-coordinate representation of color #BC8FB4: hue angle of 310.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8FB4 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 180 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.26 |
| HSL | 310.67º | 0.25% | 0.65% | - |
| HSV(B) | 310.67º | 0.24% | 0.74% | - |
| XYZ | 38.8 | 33.63 | 47.63 | - |
| YUV | 160.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 180 | 0 | 0.24 | 0.04 | 0.26 | 310.67 | 0.25 | 0.65 |
| Hex | BC | 8F | B4 | 0 | 18 | 4 | 1A | 137 | 19 | 41 |
| Octal | 274 | 217 | 264 | 0 | 30 | 4 | 32 | 467 | 31 | 101 |
| Binary | 10111100 | 10001111 | 10110100 | 0 | 11000 | 100 | 11010 | 100110111 | 11001 | 1000001 |
Color Harmonies of #BC8FB4
Complementary color
Monochromatic Colors of #BC8FB4
Black with #BC8FB4
Text Example
Text Example
White with #BC8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FB4; }
p { color: rgb(188,143,180); }
H1.HeaderClassName
{
color: #BC8FB4;
}
.AnyTagClassName
{
color: #BC8FB4;
}
</style>
background-color css
<style>
a { background-color: #BC8FB4; }
a { background-color: rgb(188,143,180); }
div.DivClassName
{
background-color: #BC8FB4;
}
.BgClassName
{
background-color: #BC8FB4;
}
</style>
border-color css
<style>
span { border-color: #BC8FB4; }
span { border-color: rgb(188,143,180); }
td.TdClassName
{
border-color: #BC8FB4;
}
.TagClassName
{
border-color: #BC8FB4;
}
</style>