#B686CE

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

Shades of East Side #B686CE

Tints of East Side #B686CE

Color information

#B686CE (or 0xB686CE) is unknown color: approx East Side. HEX triplet: B6, 86 and CE. RGB value is (182,134,206). Sum of RGB (Red+Green+Blue) = 182+134+206=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #B686CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686CE is #497931. Grayscale: #9C9C9C. Windows color (decimal): -4815154 or 13534902. OLE color: 13534902.

HSL color Cylindrical-coordinate representation of color #B686CE: hue angle of 280º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B686CE is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182134206-
CMYK0.120.3500.19
HSL280º42.35%66.67%-
HSV(B)280º34.95%80.78%-
XYZ38.9631.4562.41-
YUV156.56155.9146.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.87%
GREEN value IS 134 (52.73% from 255) = 25.67%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=34.87%
G=25.67%
B=39.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821342060.120.3500.1928042.3566.67
HexB686CEC230131182a43
Octal266206316144302343052103
Binary10110110100001101100111011001000110100111000110001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B686CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B686CE; }

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

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

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

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

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

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

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

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