#B686BA

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

Shades of London Hue #B686BA

Tints of London Hue #B686BA

Color information

#B686BA (or 0xB686BA) is unknown color: approx London Hue. HEX triplet: B6, 86 and BA. RGB value is (182,134,186). Sum of RGB (Red+Green+Blue) = 182+134+186=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #B686BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686BA is #497945. Grayscale: #9A9A9A. Windows color (decimal): -4815174 or 12224182. OLE color: 12224182.

HSL color Cylindrical-coordinate representation of color #B686BA: hue angle of 295.38º 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 #B686BA is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182134186-
CMYK0.020.2800.27
HSL295.38º27.37%62.75%-
HSV(B)295.38º27.96%72.94%-
XYZ36.6830.5450.42-
YUV154.28145.9147.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 134 (52.73% from 255) = 26.69%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=36.25%
G=26.69%
B=37.05%

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
Decimal1821341860.020.2800.27295.3827.3762.75
HexB686BA21C01B1271b3f
Octal2662062722340334473377
Binary101101101000011010111010101110001101110010011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B686BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B686BA; }

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

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

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

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

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

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

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

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