#B685C6

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

Shades of East Side #B685C6

Tints of East Side #B685C6

Color information

#B685C6 (or 0xB685C6) is unknown color: approx East Side. HEX triplet: B6, 85 and C6. RGB value is (182,133,198). Sum of RGB (Red+Green+Blue) = 182+133+198=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #B685C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685C6 is #497A39. Grayscale: #9A9A9A. Windows color (decimal): -4815418 or 13010358. OLE color: 13010358.

HSL color Cylindrical-coordinate representation of color #B685C6: hue angle of 285.23º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B685C6 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB182133198-
CMYK0.080.3300.22
HSL285.23º36.31%64.9%-
HSV(B)285.23º32.83%77.65%-
XYZ37.8730.857.37-
YUV155.06152.23147.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 198 (77.73% from 255) = 38.60%
R=35.48%
G=25.93%
B=38.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821331980.080.3300.22285.2336.3164.9
HexB685C682101611d2441
Octal266205306104102643544101
Binary10110110100001011100011010001000010101101000111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685C6; }

 p { color: rgb(182,133,198); }

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

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

 a { background-color: rgb(182,133,198); }

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

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

 span { border-color: rgb(182,133,198); }

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