#B686B9

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

Shades of London Hue #B686B9

Tints of London Hue #B686B9

Color information

#B686B9 (or 0xB686B9) is unknown color: approx London Hue. HEX triplet: B6, 86 and B9. RGB value is (182,134,185). Sum of RGB (Red+Green+Blue) = 182+134+185=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 185 - color contains mainly: blue. Hex color #B686B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686B9 is #497946. Grayscale: #9A9A9A. Windows color (decimal): -4815175 or 12158646. OLE color: 12158646.

HSL color Cylindrical-coordinate representation of color #B686B9: hue angle of 296.47º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B686B9 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182134185-
CMYK0.020.2800.27
HSL296.47º26.7%62.55%-
HSV(B)296.47º27.57%72.55%-
XYZ36.5730.549.86-
YUV154.17145.4147.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 134 (52.73% from 255) = 26.75%
BLUE value IS 185 (72.66% from 255) = 36.93%
R=36.33%
G=26.75%
B=36.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821341850.020.2800.27296.4726.762.55
HexB686B921C01B1281b3f
Octal2662062712340334503377
Binary101101101000011010111001101110001101110010100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B686B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B686B9; }

 p { color: rgb(182,134,185); }

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

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

 a { background-color: rgb(182,134,185); }

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

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

 span { border-color: rgb(182,134,185); }

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