#B486B6

Color #B486B6 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B486B6

Tints of London Hue #B486B6

Color information

#B486B6 (or 0xB486B6) is unknown color: approx London Hue. HEX triplet: B4, 86 and B6. RGB value is (180,134,182). Sum of RGB (Red+Green+Blue) = 180+134+182=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 182 - color contains mainly: blue. Hex color #B486B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486B6 is #4B7949. Grayscale: #999999. Windows color (decimal): -4946250 or 11962036. OLE color: 11962036.

HSL color Cylindrical-coordinate representation of color #B486B6: hue angle of 297.5º degrees, saturation: 0.25, 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 #B486B6 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB180134182-
CMYK0.010.2600.29
HSL297.5º24.74%61.96%-
HSV(B)297.5º26.37%71.37%-
XYZ35.7930.1348.19-
YUV153.23144.24147.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 182 (71.48% from 255) = 36.69%
R=36.29%
G=27.02%
B=36.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801341820.010.2600.29297.524.7461.96
HexB486B611A01D12a193e
Octal2642062661320354523176
Binary10110100100001101011011011101001110110010101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486B6; }

 p { color: rgb(180,134,182); }

 H1.HeaderClassName
 {
   color: #B486B6;
 }
 .AnyTagClassName
 {
   color: #B486B6;
 }
</style>
background-color css

<style>
 a { background-color: #B486B6; }

 a { background-color: rgb(180,134,182); }

 div.DivClassName
 {
   background-color: #B486B6;
 }
 .BgClassName
 {
   background-color: #B486B6;
 }
</style>
border-color css

<style>
 span { border-color: #B486B6; }

 span { border-color: rgb(180,134,182); }

 td.TdClassName
 {
   border-color: #B486B6;
 }
 .TagClassName
 {
   border-color: #B486B6;
 }
</style>