Shades of London Hue #BC84BB
Tints of London Hue #BC84BB
RGB
CMYK
RGB Variations
Color information
#BC84BB (or 0xBC84BB) is known color: London Hue. HEX triplet: BC, 84 and BB. RGB value is (188,132,187). Sum of RGB (Red+Green+Blue) = 188+132+187=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC84BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84BB is #437B44. Grayscale: #9A9A9A. Windows color (decimal): -4422469 or 12289212. OLE color: 12289212.
HSL color Cylindrical-coordinate representation of color #BC84BB: hue angle of 301.07º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC84BB is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 187 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.26 |
| HSL | 301.07º | 0.29% | 0.63% | - |
| HSV(B) | 301.07º | 0.3% | 0.74% | - |
| XYZ | 37.96 | 30.78 | 50.95 | - |
| YUV | 155.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 187 | 0 | 0.30 | 0.01 | 0.26 | 301.07 | 0.29 | 0.63 |
| Hex | BC | 84 | BB | 0 | 1E | 1 | 1A | 12D | 1D | 3F |
| Octal | 274 | 204 | 273 | 0 | 36 | 1 | 32 | 455 | 35 | 77 |
| Binary | 10111100 | 10000100 | 10111011 | 0 | 11110 | 1 | 11010 | 100101101 | 11101 | 111111 |
Color Harmonies of #BC84BB
Complementary color
Monochromatic Colors of #BC84BB
Black with #BC84BB
Text Example
Text Example
White with #BC84BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC84BB; }
p { color: rgb(188,132,187); }
H1.HeaderClassName
{
color: #BC84BB;
}
.AnyTagClassName
{
color: #BC84BB;
}
</style>
background-color css
<style>
a { background-color: #BC84BB; }
a { background-color: rgb(188,132,187); }
div.DivClassName
{
background-color: #BC84BB;
}
.BgClassName
{
background-color: #BC84BB;
}
</style>
border-color css
<style>
span { border-color: #BC84BB; }
span { border-color: rgb(188,132,187); }
td.TdClassName
{
border-color: #BC84BB;
}
.TagClassName
{
border-color: #BC84BB;
}
</style>