Shades of London Hue #B486AD
Tints of London Hue #B486AD
RGB
CMYK
RGB Variations
Color information
#B486AD (or 0xB486AD) is known color: London Hue. HEX triplet: B4, 86 and AD. RGB value is (180,134,173). Sum of RGB (Red+Green+Blue) = 180+134+173=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B486AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486AD is #4B7952. Grayscale: #989898. Windows color (decimal): -4946259 or 11372212. OLE color: 11372212.
HSL color Cylindrical-coordinate representation of color #B486AD: hue angle of 309.13º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B486AD is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 173 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.29 |
| HSL | 309.13º | 0.23% | 0.62% | - |
| HSV(B) | 309.13º | 0.26% | 0.71% | - |
| XYZ | 34.89 | 29.77 | 43.44 | - |
| YUV | 152.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 173 | 0 | 0.26 | 0.04 | 0.29 | 309.13 | 0.23 | 0.62 |
| Hex | B4 | 86 | AD | 0 | 1A | 4 | 1D | 135 | 17 | 3E |
| Octal | 264 | 206 | 255 | 0 | 32 | 4 | 35 | 465 | 27 | 76 |
| Binary | 10110100 | 10000110 | 10101101 | 0 | 11010 | 100 | 11101 | 100110101 | 10111 | 111110 |
Color Harmonies of #B486AD
Complementary color
Monochromatic Colors of #B486AD
Black with #B486AD
Text Example
Text Example
White with #B486AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B486AD; }
p { color: rgb(180,134,173); }
H1.HeaderClassName
{
color: #B486AD;
}
.AnyTagClassName
{
color: #B486AD;
}
</style>
background-color css
<style>
a { background-color: #B486AD; }
a { background-color: rgb(180,134,173); }
div.DivClassName
{
background-color: #B486AD;
}
.BgClassName
{
background-color: #B486AD;
}
</style>
border-color css
<style>
span { border-color: #B486AD; }
span { border-color: rgb(180,134,173); }
td.TdClassName
{
border-color: #B486AD;
}
.TagClassName
{
border-color: #B486AD;
}
</style>