#B486AB

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

Shades of London Hue #B486AB

Tints of London Hue #B486AB

Color information

#B486AB (or 0xB486AB) is unknown color: approx London Hue. HEX triplet: B4, 86 and AB. RGB value is (180,134,171). Sum of RGB (Red+Green+Blue) = 180+134+171=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B486AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486AB is #4B7954. Grayscale: #979797. Windows color (decimal): -4946261 or 11241140. OLE color: 11241140.

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

Color convert

RGB180134171-
CMYK00.260.050.29
HSL311.74º23.47%61.57%-
HSV(B)311.74º25.56%70.59%-
XYZ34.729.6942.43-
YUV151.97138.74147.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=37.11%
G=27.63%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013417100.260.050.29311.7423.4761.57
HexB486AB01A51D138173e
Octal2642062530325354702776
Binary1011010010000110101010110110101011110110011100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486AB; }

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

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

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

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

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

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

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

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