#B486AA

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

Shades of London Hue #B486AA

Tints of London Hue #B486AA

Color information

#B486AA (or 0xB486AA) is unknown color: approx London Hue. HEX triplet: B4, 86 and AA. RGB value is (180,134,170). Sum of RGB (Red+Green+Blue) = 180+134+170=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B486AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486AA is #4B7955. Grayscale: #979797. Windows color (decimal): -4946262 or 11175604. OLE color: 11175604.

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

Color convert

RGB180134170-
CMYK00.260.060.29
HSL313.04º23.47%61.57%-
HSV(B)313.04º25.56%70.59%-
XYZ34.629.6641.93-
YUV151.86138.24148.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=37.19%
G=27.69%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013417000.260.060.29313.0423.4761.57
HexB486AA01A61D139173e
Octal2642062520326354712776
Binary1011010010000110101010100110101101110110011100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486AA; }

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

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

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

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

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

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

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

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