#B685BF

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

Shades of East Side #B685BF

Tints of East Side #B685BF

Color information

#B685BF (or 0xB685BF) is unknown color: approx East Side. HEX triplet: B6, 85 and BF. RGB value is (182,133,191). Sum of RGB (Red+Green+Blue) = 182+133+191=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #B685BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685BF is #497A40. Grayscale: #9A9A9A. Windows color (decimal): -4815425 or 12551606. OLE color: 12551606.

HSL color Cylindrical-coordinate representation of color #B685BF: hue angle of 290.69º 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 #B685BF is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182133191-
CMYK0.050.3000.25
HSL290.69º31.18%63.53%-
HSV(B)290.69º30.37%74.9%-
XYZ37.0830.4853.22-
YUV154.26148.73147.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 191 (75% from 255) = 37.75%
R=35.97%
G=26.28%
B=37.75%

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
Decimal1821331910.050.3000.25290.6931.1863.53
HexB685BF51E0191231f40
Octal26620527753603144337100
Binary10110110100001011011111110111110011001100100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685BF; }

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

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

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

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

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

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

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

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