Shades of London Hue #BC82B9
Tints of London Hue #BC82B9
RGB
CMYK
RGB Variations
Color information
#BC82B9 (or 0xBC82B9) is known color: London Hue. HEX triplet: BC, 82 and B9. RGB value is (188,130,185). Sum of RGB (Red+Green+Blue) = 188+130+185=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BC82B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82B9 is #437D46. Grayscale: #999999. Windows color (decimal): -4422983 or 12157628. OLE color: 12157628.
HSL color Cylindrical-coordinate representation of color #BC82B9: hue angle of 303.1º 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 #BC82B9 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 185 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.26 |
| HSL | 303.1º | 0.3% | 0.62% | - |
| HSV(B) | 303.1º | 0.31% | 0.74% | - |
| XYZ | 37.48 | 30.16 | 49.74 | - |
| YUV | 153.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 185 | 0 | 0.31 | 0.02 | 0.26 | 303.1 | 0.3 | 0.62 |
| Hex | BC | 82 | B9 | 0 | 1F | 2 | 1A | 12F | 1E | 3E |
| Octal | 274 | 202 | 271 | 0 | 37 | 2 | 32 | 457 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10111001 | 0 | 11111 | 10 | 11010 | 100101111 | 11110 | 111110 |
Color Harmonies of #BC82B9
Complementary color
Monochromatic Colors of #BC82B9
Black with #BC82B9
Text Example
Text Example
White with #BC82B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82B9; }
p { color: rgb(188,130,185); }
H1.HeaderClassName
{
color: #BC82B9;
}
.AnyTagClassName
{
color: #BC82B9;
}
</style>
background-color css
<style>
a { background-color: #BC82B9; }
a { background-color: rgb(188,130,185); }
div.DivClassName
{
background-color: #BC82B9;
}
.BgClassName
{
background-color: #BC82B9;
}
</style>
border-color css
<style>
span { border-color: #BC82B9; }
span { border-color: rgb(188,130,185); }
td.TdClassName
{
border-color: #BC82B9;
}
.TagClassName
{
border-color: #BC82B9;
}
</style>