#B486AD

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

Shades of London Hue #B486AD

Tints of London Hue #B486AD

Color information

#B486AD (or 0xB486AD) is unknown color: approx London Hue. HEX triplet: B4, 86 and AD. RGB value is (180,134,173). Sum of RGB (Red+Green+Blue) = 180+134+173=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B486AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486AD is #4B7952. Grayscale: #989898. Windows color (decimal): -4946259 or 11372212. OLE color: 11372212.

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

Color convert

RGB180134173-
CMYK00.260.040.29
HSL309.13º23.47%61.57%-
HSV(B)309.13º25.56%70.59%-
XYZ34.8929.7743.44-
YUV152.2139.74147.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=36.96%
G=27.52%
B=35.52%

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
Decimal18013417300.260.040.29309.1323.4761.57
HexB486AD01A41D135173e
Octal2642062550324354652776
Binary1011010010000110101011010110101001110110011010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486AD; }

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

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

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

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

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

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

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

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