Shades of London Hue #B482AC
Tints of London Hue #B482AC
RGB
CMYK
RGB Variations
Color information
#B482AC (or 0xB482AC) is known color: London Hue. HEX triplet: B4, 82 and AC. RGB value is (180,130,172). Sum of RGB (Red+Green+Blue) = 180+130+172=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B482AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B482AC is #4B7D53. Grayscale: #959595. Windows color (decimal): -4947284 or 11305652. OLE color: 11305652.
HSL color Cylindrical-coordinate representation of color #B482AC: hue angle of 309.6º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B482AC is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 172 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.29 |
| HSL | 309.6º | 0.25% | 0.61% | - |
| HSV(B) | 309.6º | 0.28% | 0.71% | - |
| XYZ | 34.25 | 28.65 | 42.75 | - |
| YUV | 149.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 172 | 0 | 0.28 | 0.04 | 0.29 | 309.6 | 0.25 | 0.61 |
| Hex | B4 | 82 | AC | 0 | 1C | 4 | 1D | 136 | 19 | 3D |
| Octal | 264 | 202 | 254 | 0 | 34 | 4 | 35 | 466 | 31 | 75 |
| Binary | 10110100 | 10000010 | 10101100 | 0 | 11100 | 100 | 11101 | 100110110 | 11001 | 111101 |
Color Harmonies of #B482AC
Complementary color
Monochromatic Colors of #B482AC
Black with #B482AC
Text Example
Text Example
White with #B482AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B482AC; }
p { color: rgb(180,130,172); }
H1.HeaderClassName
{
color: #B482AC;
}
.AnyTagClassName
{
color: #B482AC;
}
</style>
background-color css
<style>
a { background-color: #B482AC; }
a { background-color: rgb(180,130,172); }
div.DivClassName
{
background-color: #B482AC;
}
.BgClassName
{
background-color: #B482AC;
}
</style>
border-color css
<style>
span { border-color: #B482AC; }
span { border-color: rgb(180,130,172); }
td.TdClassName
{
border-color: #B482AC;
}
.TagClassName
{
border-color: #B482AC;
}
</style>