Shades of London Hue #B682BA
Tints of London Hue #B682BA
RGB
CMYK
RGB Variations
Color information
#B682BA (or 0xB682BA) is known color: London Hue. HEX triplet: B6, 82 and BA. RGB value is (182,130,186). Sum of RGB (Red+Green+Blue) = 182+130+186=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #B682BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682BA is #497D45. Grayscale: #979797. Windows color (decimal): -4816198 or 12223158. OLE color: 12223158.
HSL color Cylindrical-coordinate representation of color #B682BA: hue angle of 295.71º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B682BA is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 130 | 186 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.27 |
| HSL | 295.71º | 0.29% | 0.62% | - |
| HSV(B) | 295.71º | 0.3% | 0.73% | - |
| XYZ | 36.14 | 29.46 | 50.24 | - |
| YUV | 151.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 186 | 0.02 | 0.30 | 0 | 0.27 | 295.71 | 0.29 | 0.62 |
| Hex | B6 | 82 | BA | 2 | 1E | 0 | 1B | 128 | 1D | 3E |
| Octal | 266 | 202 | 272 | 2 | 36 | 0 | 33 | 450 | 35 | 76 |
| Binary | 10110110 | 10000010 | 10111010 | 10 | 11110 | 0 | 11011 | 100101000 | 11101 | 111110 |
Color Harmonies of #B682BA
Complementary color
Monochromatic Colors of #B682BA
Black with #B682BA
Text Example
Text Example
White with #B682BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B682BA; }
p { color: rgb(182,130,186); }
H1.HeaderClassName
{
color: #B682BA;
}
.AnyTagClassName
{
color: #B682BA;
}
</style>
background-color css
<style>
a { background-color: #B682BA; }
a { background-color: rgb(182,130,186); }
div.DivClassName
{
background-color: #B682BA;
}
.BgClassName
{
background-color: #B682BA;
}
</style>
border-color css
<style>
span { border-color: #B682BA; }
span { border-color: rgb(182,130,186); }
td.TdClassName
{
border-color: #B682BA;
}
.TagClassName
{
border-color: #B682BA;
}
</style>