#B486AC

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

Shades of London Hue #B486AC

Tints of London Hue #B486AC

Color information

#B486AC (or 0xB486AC) is unknown color: approx London Hue. HEX triplet: B4, 86 and AC. RGB value is (180,134,172). Sum of RGB (Red+Green+Blue) = 180+134+172=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B486AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486AC is #4B7953. Grayscale: #979797. Windows color (decimal): -4946260 or 11306676. OLE color: 11306676.

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

Color convert

RGB180134172-
CMYK00.260.040.29
HSL310.43º23.47%61.57%-
HSV(B)310.43º25.56%70.59%-
XYZ34.7929.7342.93-
YUV152.09139.24147.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=37.04%
G=27.57%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013417200.260.040.29310.4323.4761.57
HexB486AC01A41D136173e
Octal2642062540324354662776
Binary1011010010000110101011000110101001110110011011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486AC; }

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

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

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

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

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

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

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

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