Shades of London Hue #B682AA
Tints of London Hue #B682AA
RGB
CMYK
RGB Variations
Color information
#B682AA (or 0xB682AA) is known color: London Hue. HEX triplet: B6, 82 and AA. RGB value is (182,130,170). Sum of RGB (Red+Green+Blue) = 182+130+170=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B682AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B682AA is #497D55. Grayscale: #969696. Windows color (decimal): -4816214 or 11174582. OLE color: 11174582.
HSL color Cylindrical-coordinate representation of color #B682AA: hue angle of 313.85º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B682AA is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 170 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.29 |
| HSL | 313.85º | 0.26% | 0.61% | - |
| HSV(B) | 313.85º | 0.29% | 0.71% | - |
| XYZ | 34.53 | 28.81 | 41.77 | - |
| YUV | 150.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 170 | 0 | 0.29 | 0.07 | 0.29 | 313.85 | 0.26 | 0.61 |
| Hex | B6 | 82 | AA | 0 | 1D | 7 | 1D | 13A | 1A | 3D |
| Octal | 266 | 202 | 252 | 0 | 35 | 7 | 35 | 472 | 32 | 75 |
| Binary | 10110110 | 10000010 | 10101010 | 0 | 11101 | 111 | 11101 | 100111010 | 11010 | 111101 |
Color Harmonies of #B682AA
Complementary color
Monochromatic Colors of #B682AA
Black with #B682AA
Text Example
Text Example
White with #B682AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B682AA; }
p { color: rgb(182,130,170); }
H1.HeaderClassName
{
color: #B682AA;
}
.AnyTagClassName
{
color: #B682AA;
}
</style>
background-color css
<style>
a { background-color: #B682AA; }
a { background-color: rgb(182,130,170); }
div.DivClassName
{
background-color: #B682AA;
}
.BgClassName
{
background-color: #B682AA;
}
</style>
border-color css
<style>
span { border-color: #B682AA; }
span { border-color: rgb(182,130,170); }
td.TdClassName
{
border-color: #B682AA;
}
.TagClassName
{
border-color: #B682AA;
}
</style>