Shades of London Hue #BC84B5
Tints of London Hue #BC84B5
RGB
CMYK
RGB Variations
Color information
#BC84B5 (or 0xBC84B5) is known color: London Hue. HEX triplet: BC, 84 and B5. RGB value is (188,132,181). Sum of RGB (Red+Green+Blue) = 188+132+181=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC84B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84B5 is #437B4A. Grayscale: #9A9A9A. Windows color (decimal): -4422475 or 11895996. OLE color: 11895996.
HSL color Cylindrical-coordinate representation of color #BC84B5: hue angle of 307.5º 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 #BC84B5 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 181 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.26 |
| HSL | 307.5º | 0.29% | 0.63% | - |
| HSV(B) | 307.5º | 0.3% | 0.74% | - |
| XYZ | 37.33 | 30.53 | 47.64 | - |
| YUV | 154.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 181 | 0 | 0.30 | 0.04 | 0.26 | 307.5 | 0.29 | 0.63 |
| Hex | BC | 84 | B5 | 0 | 1E | 4 | 1A | 134 | 1D | 3F |
| Octal | 274 | 204 | 265 | 0 | 36 | 4 | 32 | 464 | 35 | 77 |
| Binary | 10111100 | 10000100 | 10110101 | 0 | 11110 | 100 | 11010 | 100110100 | 11101 | 111111 |
Color Harmonies of #BC84B5
Complementary color
Monochromatic Colors of #BC84B5
Black with #BC84B5
Text Example
Text Example
White with #BC84B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC84B5; }
p { color: rgb(188,132,181); }
H1.HeaderClassName
{
color: #BC84B5;
}
.AnyTagClassName
{
color: #BC84B5;
}
</style>
background-color css
<style>
a { background-color: #BC84B5; }
a { background-color: rgb(188,132,181); }
div.DivClassName
{
background-color: #BC84B5;
}
.BgClassName
{
background-color: #BC84B5;
}
</style>
border-color css
<style>
span { border-color: #BC84B5; }
span { border-color: rgb(188,132,181); }
td.TdClassName
{
border-color: #BC84B5;
}
.TagClassName
{
border-color: #BC84B5;
}
</style>