Shades of London Hue #BC8FBB
Tints of London Hue #BC8FBB
RGB
CMYK
RGB Variations
Color information
#BC8FBB (or 0xBC8FBB) is known color: London Hue. HEX triplet: BC, 8F and BB. RGB value is (188,143,187). Sum of RGB (Red+Green+Blue) = 188+143+187=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FBB is #437044. Grayscale: #A1A1A1. Windows color (decimal): -4419653 or 12292028. OLE color: 12292028.
HSL color Cylindrical-coordinate representation of color #BC8FBB: hue angle of 301.33º 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 #BC8FBB is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 187 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.26 |
| HSL | 301.33º | 0.25% | 0.65% | - |
| HSV(B) | 301.33º | 0.24% | 0.74% | - |
| XYZ | 39.53 | 33.92 | 51.48 | - |
| YUV | 161.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 187 | 0 | 0.24 | 0.01 | 0.26 | 301.33 | 0.25 | 0.65 |
| Hex | BC | 8F | BB | 0 | 18 | 1 | 1A | 12D | 19 | 41 |
| Octal | 274 | 217 | 273 | 0 | 30 | 1 | 32 | 455 | 31 | 101 |
| Binary | 10111100 | 10001111 | 10111011 | 0 | 11000 | 1 | 11010 | 100101101 | 11001 | 1000001 |
Color Harmonies of #BC8FBB
Complementary color
Monochromatic Colors of #BC8FBB
Black with #BC8FBB
Text Example
Text Example
White with #BC8FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FBB; }
p { color: rgb(188,143,187); }
H1.HeaderClassName
{
color: #BC8FBB;
}
.AnyTagClassName
{
color: #BC8FBB;
}
</style>
background-color css
<style>
a { background-color: #BC8FBB; }
a { background-color: rgb(188,143,187); }
div.DivClassName
{
background-color: #BC8FBB;
}
.BgClassName
{
background-color: #BC8FBB;
}
</style>
border-color css
<style>
span { border-color: #BC8FBB; }
span { border-color: rgb(188,143,187); }
td.TdClassName
{
border-color: #BC8FBB;
}
.TagClassName
{
border-color: #BC8FBB;
}
</style>