#B685AE

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

Shades of London Hue #B685AE

Tints of London Hue #B685AE

Color information

#B685AE (or 0xB685AE) is unknown color: approx London Hue. HEX triplet: B6, 85 and AE. RGB value is (182,133,174). Sum of RGB (Red+Green+Blue) = 182+133+174=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B685AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B685AE is #497A51. Grayscale: #989898. Windows color (decimal): -4815442 or 11437494. OLE color: 11437494.

HSL color Cylindrical-coordinate representation of color #B685AE: hue angle of 309.8º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B685AE is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182133174-
CMYK00.270.040.29
HSL309.8º25.13%61.76%-
HSV(B)309.8º26.92%71.37%-
XYZ35.3229.7843.93-
YUV152.33140.23149.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=37.22%
G=27.20%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213317400.270.040.29309.825.1361.76
HexB685AE01B41D136193e
Octal2662052560334354663176
Binary1011011010000101101011100110111001110110011011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685AE; }

 p { color: rgb(182,133,174); }

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

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

 a { background-color: rgb(182,133,174); }

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

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

 span { border-color: rgb(182,133,174); }

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