#B686BE

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

Shades of East Side #B686BE

Tints of East Side #B686BE

Color information

#B686BE (or 0xB686BE) is unknown color: approx East Side. HEX triplet: B6, 86 and BE. RGB value is (182,134,190). Sum of RGB (Red+Green+Blue) = 182+134+190=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #B686BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686BE is #497941. Grayscale: #9A9A9A. Windows color (decimal): -4815170 or 12486326. OLE color: 12486326.

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

Color convert

RGB182134190-
CMYK0.040.2900.25
HSL291.43º30.11%63.53%-
HSV(B)291.43º29.47%74.51%-
XYZ37.1130.7152.69-
YUV154.74147.9147.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 134 (52.73% from 255) = 26.48%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=35.97%
G=26.48%
B=37.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821341900.040.2900.25291.4330.1163.53
HexB686BE41D0191231e40
Octal26620627643503144336100
Binary10110110100001101011111010011101011001100100011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B686BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B686BE; }

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

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

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

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

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

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

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

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