#B686BF

Color #B686BF East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B686BF

Tints of East Side #B686BF

Color information

#B686BF (or 0xB686BF) is unknown color: approx East Side. HEX triplet: B6, 86 and BF. RGB value is (182,134,191). Sum of RGB (Red+Green+Blue) = 182+134+191=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #B686BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686BF is #497940. Grayscale: #9A9A9A. Windows color (decimal): -4815169 or 12551862. OLE color: 12551862.

HSL color Cylindrical-coordinate representation of color #B686BF: hue angle of 290.53º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B686BF is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182134191-
CMYK0.050.3000.25
HSL290.53º30.81%63.73%-
HSV(B)290.53º29.84%74.9%-
XYZ37.2230.7653.27-
YUV154.85148.4147.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.90%
GREEN value IS 134 (52.73% from 255) = 26.43%
BLUE value IS 191 (75% from 255) = 37.67%
R=35.90%
G=26.43%
B=37.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821341910.050.3000.25290.5330.8163.73
HexB686BF51E0191231f40
Octal26620627753603144337100
Binary10110110100001101011111110111110011001100100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B686BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B686BF; }

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

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

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

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

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

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

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

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