Shades of London Hue #BC82BE
Tints of London Hue #BC82BE
RGB
CMYK
RGB Variations
Color information
#BC82BE (or 0xBC82BE) is known color: London Hue. HEX triplet: BC, 82 and BE. RGB value is (188,130,190). Sum of RGB (Red+Green+Blue) = 188+130+190=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC82BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82BE is #437D41. Grayscale: #9A9A9A. Windows color (decimal): -4422978 or 12485308. OLE color: 12485308.
HSL color Cylindrical-coordinate representation of color #BC82BE: hue angle of 298º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC82BE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 130 | 190 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.25 |
| HSL | 298º | 0.32% | 0.63% | - |
| HSV(B) | 298º | 0.32% | 0.75% | - |
| XYZ | 38.02 | 30.37 | 52.57 | - |
| YUV | 154.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 190 | 0.01 | 0.32 | 0 | 0.25 | 298 | 0.32 | 0.63 |
| Hex | BC | 82 | BE | 1 | 20 | 0 | 19 | 12A | 20 | 3F |
| Octal | 274 | 202 | 276 | 1 | 40 | 0 | 31 | 452 | 40 | 77 |
| Binary | 10111100 | 10000010 | 10111110 | 1 | 100000 | 0 | 11001 | 100101010 | 100000 | 111111 |
Color Harmonies of #BC82BE
Complementary color
Monochromatic Colors of #BC82BE
Black with #BC82BE
Text Example
Text Example
White with #BC82BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82BE; }
p { color: rgb(188,130,190); }
H1.HeaderClassName
{
color: #BC82BE;
}
.AnyTagClassName
{
color: #BC82BE;
}
</style>
background-color css
<style>
a { background-color: #BC82BE; }
a { background-color: rgb(188,130,190); }
div.DivClassName
{
background-color: #BC82BE;
}
.BgClassName
{
background-color: #BC82BE;
}
</style>
border-color css
<style>
span { border-color: #BC82BE; }
span { border-color: rgb(188,130,190); }
td.TdClassName
{
border-color: #BC82BE;
}
.TagClassName
{
border-color: #BC82BE;
}
</style>