Shades of London Hue #BC84AD
Tints of London Hue #BC84AD
RGB
CMYK
RGB Variations
Color information
#BC84AD (or 0xBC84AD) is known color: London Hue. HEX triplet: BC, 84 and AD. RGB value is (188,132,173). Sum of RGB (Red+Green+Blue) = 188+132+173=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC84AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC84AD is #437B52. Grayscale: #999999. Windows color (decimal): -4422483 or 11371708. OLE color: 11371708.
HSL color Cylindrical-coordinate representation of color #BC84AD: hue angle of 316.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 #BC84AD is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 173 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.26 |
| HSL | 316.07º | 0.29% | 0.63% | - |
| HSV(B) | 316.07º | 0.3% | 0.74% | - |
| XYZ | 36.53 | 30.21 | 43.44 | - |
| YUV | 153.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 173 | 0 | 0.30 | 0.08 | 0.26 | 316.07 | 0.29 | 0.63 |
| Hex | BC | 84 | AD | 0 | 1E | 8 | 1A | 13C | 1D | 3F |
| Octal | 274 | 204 | 255 | 0 | 36 | 10 | 32 | 474 | 35 | 77 |
| Binary | 10111100 | 10000100 | 10101101 | 0 | 11110 | 1000 | 11010 | 100111100 | 11101 | 111111 |
Color Harmonies of #BC84AD
Complementary color
Monochromatic Colors of #BC84AD
Black with #BC84AD
Text Example
Text Example
White with #BC84AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC84AD; }
p { color: rgb(188,132,173); }
H1.HeaderClassName
{
color: #BC84AD;
}
.AnyTagClassName
{
color: #BC84AD;
}
</style>
background-color css
<style>
a { background-color: #BC84AD; }
a { background-color: rgb(188,132,173); }
div.DivClassName
{
background-color: #BC84AD;
}
.BgClassName
{
background-color: #BC84AD;
}
</style>
border-color css
<style>
span { border-color: #BC84AD; }
span { border-color: rgb(188,132,173); }
td.TdClassName
{
border-color: #BC84AD;
}
.TagClassName
{
border-color: #BC84AD;
}
</style>