#B486B4

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

Shades of London Hue #B486B4

Tints of London Hue #B486B4

Color information

#B486B4 (or 0xB486B4) is unknown color: approx London Hue. HEX triplet: B4, 86 and B4. RGB value is (180,134,180). Sum of RGB (Red+Green+Blue) = 180+134+180=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B486B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486B4 is #4B794B. Grayscale: #989898. Windows color (decimal): -4946252 or 11830964. OLE color: 11830964.

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

Color convert

RGB180134180-
CMYK00.2600.29
HSL300º23.47%61.57%-
HSV(B)300º25.56%70.59%-
XYZ35.5930.0547.1-
YUV153143.24147.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 180 (70.70% from 255) = 36.44%
R=36.44%
G=27.13%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013418000.2600.2930023.4761.57
HexB486B401A01D12c173e
Octal2642062640320354542776
Binary10110100100001101011010001101001110110010110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486B4; }

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

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

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

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

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

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

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

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