#B486AE

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

Shades of London Hue #B486AE

Tints of London Hue #B486AE

Color information

#B486AE (or 0xB486AE) is unknown color: approx London Hue. HEX triplet: B4, 86 and AE. RGB value is (180,134,174). Sum of RGB (Red+Green+Blue) = 180+134+174=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B486AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486AE is #4B7951. Grayscale: #989898. Windows color (decimal): -4946258 or 11437748. OLE color: 11437748.

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

Color convert

RGB180134174-
CMYK00.260.030.29
HSL307.83º23.47%61.57%-
HSV(B)307.83º25.56%70.59%-
XYZ34.9929.8143.95-
YUV152.31140.24147.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 134 (52.73% from 255) = 27.46%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=36.89%
G=27.46%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013417400.260.030.29307.8323.4761.57
HexB486AE01A31D134173e
Octal2642062560323354642776
Binary101101001000011010101110011010111110110011010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486AE; }

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

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

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

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

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

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

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

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