Shades of London Hue #BC82AD
Tints of London Hue #BC82AD
RGB
CMYK
RGB Variations
Color information
#BC82AD (or 0xBC82AD) is known color: London Hue. HEX triplet: BC, 82 and AD. RGB value is (188,130,173). Sum of RGB (Red+Green+Blue) = 188+130+173=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC82AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC82AD is #437D52. Grayscale: #989898. Windows color (decimal): -4422995 or 11371196. OLE color: 11371196.
HSL color Cylindrical-coordinate representation of color #BC82AD: hue angle of 315.52º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC82AD is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 173 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.26 |
| HSL | 315.52º | 0.3% | 0.62% | - |
| HSV(B) | 315.52º | 0.31% | 0.74% | - |
| XYZ | 36.26 | 29.67 | 43.35 | - |
| YUV | 152.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 173 | 0 | 0.31 | 0.08 | 0.26 | 315.52 | 0.3 | 0.62 |
| Hex | BC | 82 | AD | 0 | 1F | 8 | 1A | 13C | 1E | 3E |
| Octal | 274 | 202 | 255 | 0 | 37 | 10 | 32 | 474 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10101101 | 0 | 11111 | 1000 | 11010 | 100111100 | 11110 | 111110 |
Color Harmonies of #BC82AD
Complementary color
Monochromatic Colors of #BC82AD
Black with #BC82AD
Text Example
Text Example
White with #BC82AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82AD; }
p { color: rgb(188,130,173); }
H1.HeaderClassName
{
color: #BC82AD;
}
.AnyTagClassName
{
color: #BC82AD;
}
</style>
background-color css
<style>
a { background-color: #BC82AD; }
a { background-color: rgb(188,130,173); }
div.DivClassName
{
background-color: #BC82AD;
}
.BgClassName
{
background-color: #BC82AD;
}
</style>
border-color css
<style>
span { border-color: #BC82AD; }
span { border-color: rgb(188,130,173); }
td.TdClassName
{
border-color: #BC82AD;
}
.TagClassName
{
border-color: #BC82AD;
}
</style>