Shades of London Hue #BC82BA
Tints of London Hue #BC82BA
RGB
CMYK
RGB Variations
Color information
#BC82BA (or 0xBC82BA) is known color: London Hue. HEX triplet: BC, 82 and BA. RGB value is (188,130,186). Sum of RGB (Red+Green+Blue) = 188+130+186=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82BA is #437D45. Grayscale: #999999. Windows color (decimal): -4422982 or 12223164. OLE color: 12223164.
HSL color Cylindrical-coordinate representation of color #BC82BA: hue angle of 302.07º 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 #BC82BA is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 186 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.26 |
| HSL | 302.07º | 0.3% | 0.62% | - |
| HSV(B) | 302.07º | 0.31% | 0.74% | - |
| XYZ | 37.58 | 30.2 | 50.3 | - |
| YUV | 153.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 186 | 0 | 0.31 | 0.01 | 0.26 | 302.07 | 0.3 | 0.62 |
| Hex | BC | 82 | BA | 0 | 1F | 1 | 1A | 12E | 1E | 3E |
| Octal | 274 | 202 | 272 | 0 | 37 | 1 | 32 | 456 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10111010 | 0 | 11111 | 1 | 11010 | 100101110 | 11110 | 111110 |
Color Harmonies of #BC82BA
Complementary color
Monochromatic Colors of #BC82BA
Black with #BC82BA
Text Example
Text Example
White with #BC82BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82BA; }
p { color: rgb(188,130,186); }
H1.HeaderClassName
{
color: #BC82BA;
}
.AnyTagClassName
{
color: #BC82BA;
}
</style>
background-color css
<style>
a { background-color: #BC82BA; }
a { background-color: rgb(188,130,186); }
div.DivClassName
{
background-color: #BC82BA;
}
.BgClassName
{
background-color: #BC82BA;
}
</style>
border-color css
<style>
span { border-color: #BC82BA; }
span { border-color: rgb(188,130,186); }
td.TdClassName
{
border-color: #BC82BA;
}
.TagClassName
{
border-color: #BC82BA;
}
</style>